Skip to content

Commit 7a46fdd

Browse files
Update quay.io/kiwigrid/k8s-sidecar Docker tag to v1.30.10 (#74)
* Update quay.io/kiwigrid/k8s-sidecar Docker tag to v1.30.10 * helm-docs: automated action --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 048abeb commit 7a46fdd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/appset-secret-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD Ap
66
# to be deployed.
77
type: application
88

9-
version: 1.1.2
9+
version: 1.1.3
1010

1111
# renovate: image=jessebot/argocd-appset-secret-plugin
1212
appVersion: "v0.8.3"

charts/appset-secret-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# appset-secret-plugin
22

3-
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.3](https://img.shields.io/badge/AppVersion-v0.8.3-informational?style=flat-square)
3+
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.3](https://img.shields.io/badge/AppVersion-v0.8.3-informational?style=flat-square)
44

55
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66

@@ -22,7 +22,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
2222
| configReloader.folder | string | `"/var/run/secret-plugin"` | full path on container to put secret file |
2323
| configReloader.image.pullPolicy | string | `"IfNotPresent"` | image pullPolicy for the main container |
2424
| configReloader.image.repository | string | `"quay.io/kiwigrid/k8s-sidecar"` | registry and repo for the configreloader image defaults to https://github.com/kiwigrid/k8s-sidecar |
25-
| configReloader.image.tag | string | `"1.30.9"` | tag to point at for k8s-sidecar |
25+
| configReloader.image.tag | string | `"1.30.10"` | tag to point at for k8s-sidecar |
2626
| configReloader.interval | int | `10` | interval to wait before retrying a check for changes (in seconds) |
2727
| configReloader.label | string | `"argocd-appset-secret-plugin"` | the label to check for on the Secret (secretVars.existingSecret) |
2828
| configReloader.labelValue | string | `"1"` | the label value to check for on the Secret (secretVars.existingSecret) |

charts/appset-secret-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configReloader:
4242
# defaults to https://github.com/kiwigrid/k8s-sidecar
4343
repository: quay.io/kiwigrid/k8s-sidecar
4444
# -- tag to point at for k8s-sidecar
45-
tag: 1.30.9
45+
tag: 1.30.10
4646
# -- image pullPolicy for the main container
4747
pullPolicy: IfNotPresent
4848

0 commit comments

Comments
 (0)