Skip to content

Commit

Permalink
fix: kustomize image patch registry (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed May 15, 2024
1 parent 2b9cc6c commit 4a51175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ commonLabels:
app: saml-exporter

images:
- name: doodlescheduling/saml-exporter:latest
- name: ghcr.io/doodlescheduling/saml-exporter:latest
newTag: 0.0.1
6 changes: 5 additions & 1 deletion config/tests/base/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base
- namespace.yaml
- namespace.yaml

images:
- name: ghcr.io/doodlescheduling/saml-exporter
newTag: latest

0 comments on commit 4a51175

Please sign in to comment.