2 Commits

Author SHA1 Message Date
568f5bacee add cache option
All checks were successful
lint-test-helm / lint-helm (push) Successful in 37s
render-manifests-push / render-manifests-push (push) Successful in 50s
renovate / renovate (push) Successful in 1m11s
2025-12-17 22:27:21 -06:00
932562f8bc disable init 2025-12-17 22:27:03 -06:00
5 changed files with 24 additions and 20 deletions

View File

@@ -55,6 +55,7 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2
cache: true
- name: Check Directories for Changes
id: check-dir-changes

View File

@@ -38,6 +38,7 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
cache: true
- name: Prepare Manifest Branch
id: prepare-manifest-branch

View File

@@ -39,6 +39,7 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
cache: true
- name: Prepare Manifest Branch
run: |

View File

@@ -37,6 +37,7 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
cache: true
- name: Prepare Manifest Branch
run: |

View File

@@ -309,26 +309,26 @@ mautrix-whatsapp:
replicas: 1
strategy: RollingUpdate
revisionHistoryLimit: 3
initContainers:
init-copy-config:
image:
repository: busybox
tag: 1.37.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
command:
- /bin/sh
- -ec
- |
echo ">> Coping files ..."
ls /tmp
cp -fv /tmp/config.yaml /data/config.yaml
cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yaml
echo ">> Files in data:"
ls /data
# initContainers:
# init-copy-config:
# image:
# repository: busybox
# tag: 1.37.0
# pullPolicy: IfNotPresent
# resources:
# requests:
# cpu: 10m
# memory: 128Mi
# command:
# - /bin/sh
# - -ec
# - |
# echo ">> Coping files ..."
# ls /tmp
# cp -fv /tmp/config.yaml /data/config.yaml
# cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yaml
# echo ">> Files in data:"
# ls /data
containers:
main:
image: