Skip to content

Commit

Permalink
fork(chart): switch to upbound images
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Scorsolini <[email protected]>
  • Loading branch information
phisco committed Aug 10, 2023
1 parent 53ae9f9 commit fa75d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/charts/crossplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploymentStrategy: RollingUpdate

image:
# -- Repository for the Crossplane pod image.
repository: crossplane/crossplane
repository: upbound/crossplane
# -- The Crossplane image tag. Defaults to the value of `appVersion` in Chart.yaml.
tag: ""
# -- The image pull policy used for Crossplane and RBAC Manager pods.
Expand Down Expand Up @@ -171,7 +171,7 @@ xfn:
enabled: false
image:
# -- Composite function runner container image.
repository: crossplane/xfn
repository: upbound/xfn
# -- Composite function runner container image tag. Defaults to the value of `appVersion` in Chart.yaml.
tag: ""
# -- Composite function runner container image pull policy.
Expand Down

0 comments on commit fa75d48

Please sign in to comment.