diff options
| author | Max Resnick <max@ofmax.li> | 2020-03-05 21:01:13 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-03-05 21:01:13 -0800 |
| commit | 0fc577ea6654f0e655f0a2d18694f7ebf1fcfde1 (patch) | |
| tree | 780c85ee524ab2de802eb9e6cddcb70d47c1a8eb /grumpy/gitsnapshot/values.yaml | |
| parent | 745347bc347406a48c9e7cf20c17b8c3f1d8e961 (diff) | |
| download | grumpy-charts-0fc577ea6654f0e655f0a2d18694f7ebf1fcfde1.tar.gz | |
add gitsnapshot
Diffstat (limited to '')
| -rw-r--r-- | grumpy/gitsnapshot/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/grumpy/gitsnapshot/values.yaml b/grumpy/gitsnapshot/values.yaml index 585f7dd..3a22d1a 100644 --- a/grumpy/gitsnapshot/values.yaml +++ b/grumpy/gitsnapshot/values.yaml @@ -5,11 +5,12 @@ replicaCount: 1 image: - repository: registry.gitlab.com/grumps/gitsnapshot - tag: latest + repository: registry.gitlab.com/grumps/grumpy-containers/git-snapshot + tag: v0.0.3 pullPolicy: Always -imagePullSecrets: [] +imagePullSecrets: + - name: gitlabsec nameOverride: "" fullnameOverride: "" |