Compare commits
2 Commits
c9ed6b7c58
...
5312335ca3
| Author | SHA1 | Date | |
|---|---|---|---|
| 5312335ca3 | |||
| bd80d02964 |
@ -8,7 +8,7 @@ spec:
|
||||
source:
|
||||
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/my-apps.git
|
||||
targetRevision: HEAD
|
||||
path: charts/calink-chart
|
||||
path: charts/errorlab-chart
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/errorlab/values.yaml
|
||||
|
||||
@ -5,7 +5,10 @@ image:
|
||||
repository: errorlab # override with your registry, e.g. ghcr.io/dvirl/errorlab
|
||||
tag: master-5a3d738
|
||||
pullPolicy: IfNotPresent
|
||||
imagePullSecrets: []
|
||||
|
||||
imagePullSecrets:
|
||||
- name: harbor-regcred
|
||||
|
||||
# ── Service ───────────────────────────────────────────────────────────────────
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user