Skip to content

Commit

Permalink
Update flytepropeller image (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevb committed Feb 8, 2021
1 parent 0bb5fe0 commit 71c830e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8735,7 +8735,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/lyft/flytepropeller:v0.5.13
image: ghcr.io/flyteorg/flytepropeller:v0.5.13
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8799,7 +8799,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/lyft/flytepropeller:v0.5.13
image: ghcr.io/flyteorg/flytepropeller:v0.5.13
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10400,7 +10400,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/lyft/flytepropeller:v0.5.13
image: ghcr.io/flyteorg/flytepropeller:v0.5.13
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
4 changes: 2 additions & 2 deletions kustomize/overlays/eks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ images:
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v0.19.1 # override the tag
newName: ghcr.io/lyft/flyteconsole # override the namep
newName: ghcr.io/lyft/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
newTag: v0.2.130 # override the tag
newName: ghcr.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.5.13 # override the tag
newName: ghcr.io/lyft/flytepropeller # override the name
newName: ghcr.io/flyteorg/flytepropeller # override the name
4 changes: 2 additions & 2 deletions kustomize/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ images:
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v0.19.1 # override the tag
newName: ghcr.io/lyft/flyteconsole # override the namep
newName: ghcr.io/lyft/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
newTag: v0.2.130 # override the tag
newName: ghcr.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.5.13 # override the tag
newName: ghcr.io/lyft/flytepropeller # override the name
newName: ghcr.io/flyteorg/flytepropeller # override the name
4 changes: 2 additions & 2 deletions kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ images:
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v0.19.1 # override the tag
newName: ghcr.io/lyft/flyteconsole # override the namep
newName: ghcr.io/lyft/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
newTag: v0.2.130 # override the tag
newName: ghcr.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.5.13 # override the tag
newName: ghcr.io/lyft/flytepropeller # override the name
newName: ghcr.io/flyteorg/flytepropeller # override the name

0 comments on commit 71c830e

Please sign in to comment.