From ed7a051451dcba1311548d46752b8d140b037270 Mon Sep 17 00:00:00 2001 From: Max Wassiljew Date: Tue, 25 Feb 2025 23:29:36 +0100 Subject: [PATCH 1/4] wallos --- k8s/wallos/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/wallos/application.yaml b/k8s/wallos/application.yaml index 2aaecc33..02fe117b 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: 0.1.0 chart: wallos helm: valueFiles: From edc863f9214705b2a22c390a39e600ffc69f35a6 Mon Sep 17 00:00:00 2001 From: Max Wassiljew Date: Tue, 25 Feb 2025 23:30:49 +0100 Subject: [PATCH 2/4] wallos --- k8s/wallos/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/wallos/application.yaml b/k8s/wallos/application.yaml index 02fe117b..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.0 + targetRevision: v0.1.0 chart: wallos helm: valueFiles: From 12c373fc30e0b1cc8f87342c9e48540b8f182bf3 Mon Sep 17 00:00:00 2001 From: Max Wassiljew Date: Tue, 25 Feb 2025 23:37:24 +0100 Subject: [PATCH 3/4] wallos --- k8s/wallos/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: From 0371f58576f5a598a67a7292b4bdd0fdd00ab5ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 22:10:46 +0000 Subject: [PATCH 4/4] chore(deps): update googleapis/release-please-action digest to a02a34c --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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