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