File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : k8s-image-swapper
33description : Mirror images into your own registry and swap image references automatically.
44type : application
5- version : 1.6.0
5+ version : 1.6.1
66appVersion : 1.4.1
77home : https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
88keywords :
@@ -15,7 +15,7 @@ maintainers:
1515 name : estahn
1616annotations :
1717 artifacthub.io/changes : |
18- - "k8s-image-swapper v1.4.1 "
18+ - "Allow to set custom name for serviceAccount "
1919 artifacthub.io/images : |
2020 - name: k8s-image-webhook
2121 image: ghcr.io/estahn/k8s-image-swapper:1.4.1
Original file line number Diff line number Diff line change 11# k8s-image-swapper
22
3- ![ Version: 1.5.0 ] ( https://img.shields.io/badge/Version-1.5.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.3.0 ] ( https://img.shields.io/badge/AppVersion-1.3.0 -informational?style=flat-square )
3+ ![ Version: 1.6.1 ] ( https://img.shields.io/badge/Version-1.6.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.4.1 ] ( https://img.shields.io/badge/AppVersion-1.4.1 -informational?style=flat-square )
44
55Mirror images into your own registry and swap image references automatically.
66
Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : ServiceAccount
44metadata :
5- name : {{ include "k8s-image-swapper.fullname " . }}
5+ name : {{ include "k8s-image-swapper.serviceAccountName " . }}
66 labels :
77 {{- include "k8s-image-swapper.labels" . | nindent 4 }}
88 {{- with .Values.serviceAccount.annotations }}
You can’t perform that action at this time.
0 commit comments