1 Commits

Author SHA1 Message Date
6f43393b29 Update docker Docker tag to v29 2026-08-04 12:06:50 +00:00
4 changed files with 3 additions and 9 deletions

View File

@@ -48,12 +48,6 @@ Retrieve public/private keys (*store these on a **secure** location!*):
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > BitnamiSealedSecrets.masterkey.yml kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > BitnamiSealedSecrets.masterkey.yml
``` ```
Restoring public/private keys:
```shell
kubectl apply -f BitnamiSealedSecrets.masterkey.yml
kubectl rollout restart deployment -n kube-system sealed-secrets-controller
```
### 5) Services ### 5) Services
##### 5.1) [Gitea](https://gitea.io/) <small>(git repository)</small> ##### 5.1) [Gitea](https://gitea.io/) <small>(git repository)</small>
*Required for all other workloads* *Required for all other workloads*

View File

@@ -22,7 +22,7 @@ spec:
- repoURL: https://dl.gitea.com/charts/ - repoURL: https://dl.gitea.com/charts/
chart: gitea chart: gitea
# targetRevision: 11.0.0 # targetRevision: 11.0.0
targetRevision: 12.7.0 targetRevision: 12.5.0
helm: helm:
valueFiles: valueFiles:
- $values/services/Gitea/values.yaml - $values/services/Gitea/values.yaml

View File

@@ -70,7 +70,7 @@ spec:
- mountPath: /data - mountPath: /data
name: data-act-runner name: data-act-runner
- name: dind - name: dind
image: "docker:28.3.2-dind" image: "docker:29.7.1-dind"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- dockerd - dockerd

View File

@@ -11,7 +11,7 @@ spec:
syncPolicy: syncPolicy:
automated: {} automated: {}
sources: sources:
- repoURL: https://bitnami.github.io/sealed-secrets - repoURL: https://bitnami-labs.github.io/sealed-secrets
chart: sealed-secrets chart: sealed-secrets
targetRevision: 2.17.7 targetRevision: 2.17.7
helm: helm: