Skip to content

Commit 7fca719

Browse files
k0daestahn
andauthored
Allow to set custom name for serviceAccount (#124)
* Fix serviceAccount.name Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa> * docs: update readme and artifacthub --------- Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa> Co-authored-by: Enrico Stahn <enrico.stahn@gmail.com>
1 parent 6af07dd commit 7fca719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/k8s-image-swapper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: k8s-image-swapper
33
description: Mirror images into your own registry and swap image references automatically.
44
type: application
5-
version: 1.6.0
5+
version: 1.6.1
66
appVersion: 1.4.1
77
home: https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
88
keywords:
@@ -15,7 +15,7 @@ maintainers:
1515
name: estahn
1616
annotations:
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

charts/k8s-image-swapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Mirror images into your own registry and swap image references automatically.
66

charts/k8s-image-swapper/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
kind: ServiceAccount
44
metadata:
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 }}

0 commit comments

Comments
 (0)