diff --git a/charts/yourls/Chart.yaml b/charts/yourls/Chart.yaml index b0d3059..8dcc57a 100644 --- a/charts/yourls/Chart.yaml +++ b/charts/yourls/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 7.1.4 +version: 7.1.5 name: yourls description: Your Own URL Shortener # renovate: image=ghcr.io/yourls/yourls @@ -37,7 +37,7 @@ annotations: - name: yourls image: ghcr.io/yourls/yourls:1.9.2 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r35 + image: docker.io/bitnami/os-shell:12-debian-12-r36 - name: apache-exporter image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r10 artifacthub.io/license: MIT diff --git a/charts/yourls/values.yaml b/charts/yourls/values.yaml index ba32e31..4aba1f3 100644 --- a/charts/yourls/values.yaml +++ b/charts/yourls/values.yaml @@ -608,7 +608,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r35 + tag: 12-debian-12-r36 digest: "" pullPolicy: Always ## Optionally specify an array of imagePullSecrets.