Skip to content

Commit

Permalink
chore(deps): update common docker tag to v2.22.0 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Léo Colombaro <git@colombaro.fr>
  • Loading branch information
renovate[bot] and LeoColomb authored Aug 9, 2024
1 parent 43e0d02 commit 02e2850
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/yourls/Chart.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 5.14.7
version: 5.14.8
name: yourls
description: Your Own URL Shortener
appVersion: "1.9.2"
Expand All @@ -22,7 +22,7 @@ kubeVersion: ^1.23.0-0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: ^2.21.0
version: ^2.22.0
tags:
- bitnami-common
- name: mariadb
Expand Down
9 changes: 2 additions & 7 deletions charts/yourls/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
Return the proper YOURLS image name
*/}}
{{- define "yourls.image" -}}
{{- $imageRoot := .Values.image -}}
{{- if not .Values.image.tag }}
{{- $tag := (dict "tag" .Chart.AppVersion) -}}
{{- $imageRoot := merge .Values.image $tag -}}
{{- end -}}
{{- include "common.images.image" (dict "imageRoot" $imageRoot "global" .Values.global) -}}
{{- include "common.images.image" (dict "imageRoot" .Values.image "global" .Values.global "chart" .Chart) -}}
{{- end -}}

{{/*
Expand All @@ -31,7 +26,7 @@ Return the proper image name (for the metrics image)
Return the proper image name (for the init container volume-permissions image)
*/}}
{{- define "yourls.volumePermissions.image" -}}
{{- include "common.images.image" ( dict "imageRoot" .Values.volumePermissions.image "global" .Values.global ) -}}
{{- include "common.images.image" (dict "imageRoot" .Values.volumePermissions.image "global" .Values.global) -}}
{{- end -}}

{{/*
Expand Down

0 comments on commit 02e2850

Please sign in to comment.