Skip to content

Commit

Permalink
propeller v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <katroganGH@gmail.com>
  • Loading branch information
katrogan committed Mar 15, 2021
1 parent dd77f37 commit b97baf4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8758,7 +8758,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
spec:
containers:
- args:
Expand All @@ -8771,7 +8771,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.7.0
image: ghcr.io/flyteorg/flytepropeller:v0.7.1
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8790,7 +8790,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
spec:
containers:
- args:
Expand All @@ -8803,7 +8803,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.7.0
image: ghcr.io/flyteorg/flytepropeller:v0.7.1
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
spec:
containers:
- args:
Expand All @@ -2892,7 +2892,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.7.0
image: ghcr.io/flyteorg/flytepropeller:v0.7.1
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
spec:
containers:
- args:
Expand All @@ -729,7 +729,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.7.0
image: ghcr.io/flyteorg/flytepropeller:v0.7.1
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
4 changes: 2 additions & 2 deletions kustomize/base/propeller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand All @@ -28,7 +28,7 @@ spec:
name: flyte-propeller-config
containers:
- name: flytepropeller
image: flytepropeller:v0.7.0
image: flytepropeller:v0.7.1
command:
- flytepropeller
args:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/eks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ images:
newName: ghcr.io/flyteorg/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.7.0 # override the tag
newTag: v0.7.1 # override the tag
newName: ghcr.io/flyteorg/flytepropeller # override the name
2 changes: 1 addition & 1 deletion kustomize/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ images:
newName: ghcr.io/flyteorg/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.7.0 # override the tag
newTag: v0.7.1 # override the tag
newName: ghcr.io/flyteorg/flytepropeller # override the name
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ images:
newName: ghcr.io/flyteorg/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.7.0 # override the tag
newTag: v0.7.1 # override the tag
newName: ghcr.io/flyteorg/flytepropeller # override the name
# Override postgres image to use alpine based (rather smaller) docker image
- name: postgres
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
newName: ghcr.io/flyteorg/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.7.0 # override the tag
newTag: v0.7.1 # override the tag
newName: ghcr.io/flyteorg/flytepropeller # override the name
# Override postgres image to use alpine based (rather smaller) docker image
- name: postgres
Expand Down

0 comments on commit b97baf4

Please sign in to comment.