diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e7e46dfe..b2ad0d28 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 diff --git a/k8s/wallos/application.yaml b/k8s/wallos/application.yaml index 2aaecc33..541d6ddc 100644 --- a/k8s/wallos/application.yaml +++ b/k8s/wallos/application.yaml @@ -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: diff --git a/k8s/wallos/values.yaml b/k8s/wallos/values.yaml index 35277484..d4dbd2fd 100644 --- a/k8s/wallos/values.yaml +++ b/k8s/wallos/values.yaml @@ -2,7 +2,7 @@ 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: @@ -10,16 +10,14 @@ ingress: paths: - path: / pathType: ImplementationSpecific - tls: [] + tls: - secretName: wallos-tryrocket-cloud-production-tls hosts: - wallos.tryrocket.cloud - env: TZ: 'Europe/Berlin' - persistence: existingClaim: null volumeClaimSpec: