Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
with:
release-type: simple
2 changes: 1 addition & 1 deletion k8s/wallos/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: default
sources:
- repoURL: https://helm-charts.rm3l.org
targetRevision: 0.1.1
targetRevision: v0.1.0
chart: wallos
helm:
valueFiles:
Expand Down
6 changes: 2 additions & 4 deletions k8s/wallos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,22 @@
ingress:
enabled: true
className: "traefik"
annotations: {}
annotations:
cert-manager.io/cluster-issuer: 'letsencrypt-production'
traefik.ingress.kubernetes.io/router.middlewares: 'kube-system-https-redirect@kubernetescrd'
hosts:
- host: wallos.tryrocket.cloud
paths:
- path: /
pathType: ImplementationSpecific
tls: []
tls:
- secretName: wallos-tryrocket-cloud-production-tls
hosts:
- wallos.tryrocket.cloud


env:
TZ: 'Europe/Berlin'


persistence:
existingClaim: null
volumeClaimSpec:
Expand Down