From 2a515074f43b66225ed1a09880ce5be44c67e81a Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Oct 2025 21:24:04 -0700 Subject: [PATCH] fix: migrate to bitnami legacy for postgres --- gitea/helm-gitea | 2 +- gitea/values.yaml | 107 +++------------------------------------------- 2 files changed, 7 insertions(+), 102 deletions(-) diff --git a/gitea/helm-gitea b/gitea/helm-gitea index 03918a1..1cdb7b7 160000 --- a/gitea/helm-gitea +++ b/gitea/helm-gitea @@ -1 +1 @@ -Subproject commit 03918a126be4333cfc4699ad442e3253cb95c2ff +Subproject commit 1cdb7b734289d0fcc1b9507cee0df34261d12559 diff --git a/gitea/values.yaml b/gitea/values.yaml index e4e7758..c6659d7 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -348,107 +348,6 @@ signing: # -----END PGP PRIVATE KEY BLOCK----- existingSecret: "" -# Configure Gitea Actions -# - must enable persistence if the job is enabled -## @section Gitea Actions -# -## @param actions.enabled Create an act runner StatefulSet. -## @param actions.init.image.repository The image used for the init containers -## @param actions.init.image.tag The image tag used for the init containers -## @param actions.statefulset.annotations Act runner annotations -## @param actions.statefulset.labels Act runner labels -## @param actions.statefulset.resources Act runner resources -## @param actions.statefulset.nodeSelector NodeSelector for the statefulset -## @param actions.statefulset.tolerations Tolerations for the statefulset -## @param actions.statefulset.affinity Affinity for the statefulset -## @param actions.statefulset.extraVolumes Extra volumes for the statefulset -## @param actions.statefulset.actRunner.repository The Gitea act runner image -## @param actions.statefulset.actRunner.tag The Gitea act runner tag -## @param actions.statefulset.actRunner.pullPolicy The Gitea act runner pullPolicy -## @param actions.statefulset.actRunner.extraVolumeMounts Allows mounting extra volumes in the act runner container -## @param actions.statefulset.actRunner.config [default: Too complex. See values.yaml] Act runner custom configuration. See [Act Runner documentation](https://docs.gitea.com/usage/actions/act-runner#configuration) for details. -## @param actions.statefulset.dind.repository The Docker-in-Docker image -## @param actions.statefulset.dind.tag The Docker-in-Docker image tag -## @param actions.statefulset.dind.pullPolicy The Docker-in-Docker pullPolicy -## @param actions.statefulset.dind.extraVolumeMounts Allows mounting extra volumes in the Docker-in-Docker container -## @param actions.statefulset.dind.extraEnvs Allows adding custom environment variables, such as `DOCKER_IPTABLES_LEGACY` -## @param actions.provisioning.enabled Create a job that will create and save the token in a Kubernetes Secret -## @param actions.provisioning.annotations Job's annotations -## @param actions.provisioning.labels Job's labels -## @param actions.provisioning.resources Job's resources -## @param actions.provisioning.nodeSelector NodeSelector for the job -## @param actions.provisioning.tolerations Tolerations for the job -## @param actions.provisioning.affinity Affinity for the job -## @param actions.provisioning.ttlSecondsAfterFinished ttl for the job after finished in order to allow helm to properly recognize that the job completed -## @param actions.provisioning.publish.repository The image that can create the secret via kubectl -## @param actions.provisioning.publish.tag The publish image tag that can create the secret -## @param actions.provisioning.publish.pullPolicy The publish image pullPolicy that can create the secret -## @param actions.existingSecret Secret that contains the token -## @param actions.existingSecretKey Secret key -actions: - enabled: false - statefulset: - annotations: {} - labels: {} - resources: {} - nodeSelector: {} - tolerations: [] - affinity: {} - extraVolumes: [] - - actRunner: - repository: gitea/act_runner - tag: 0.2.11 - pullPolicy: IfNotPresent - extraVolumeMounts: [] - - # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml - config: | - log: - level: debug - cache: - enabled: false - - dind: - repository: docker - tag: 25.0.2-dind - pullPolicy: IfNotPresent - extraVolumeMounts: [] - - # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. - # See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456 - extraEnvs: [] - # - name: "DOCKER_IPTABLES_LEGACY" - # value: "1" - - init: - image: - repository: busybox - # Overrides the image tag whose default is the chart appVersion. - tag: "1.37.0" - - provisioning: - enabled: false - - annotations: {} - labels: {} - resources: {} - nodeSelector: {} - tolerations: [] - affinity: {} - - publish: - repository: bitnami/kubectl - tag: 1.29.0 - pullPolicy: IfNotPresent - - ttlSecondsAfterFinished: 300 - - ## Specify an existing token secret - ## - existingSecret: "" - existingSecretKey: "" - ## @section Gitea # gitea: @@ -689,6 +588,9 @@ postgresql-ha: ## @param postgresql.primary.persistence.size PVC Storage Request for PostgreSQL volume postgresql: enabled: true + image: + repository: bitnamilegacy/postgresql + tag: latest global: postgresql: auth: @@ -719,3 +621,6 @@ test: ## @param extraDeploy Array of extra objects to deploy with the release ## extraDeploy: [] + +valkey-cluster: + enabled: false \ No newline at end of file