Skip to content

Commit 5f28e02

Browse files
committed
Update images
1 parent e5bbad6 commit 5f28e02

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

ch07/bgd/bgd-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
app: bgd
2020
spec:
2121
containers:
22-
- image: quay.io/redhatworkshops/bgd:latest
22+
- image: quay.io/rhdevelopers/bgd:1.0.0
2323
name: bgd
2424
env:
2525
- name: COLOR

ch07/bgdh/templates/ns.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: bgdh

ch07/bgdh/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
replicaCount: 1
22

33
image:
4-
repository: quay.io/redhatworkshops/bgd
4+
repository: quay.io/rhdevelopers/bgd
55
pullPolicy: IfNotPresent
6-
tag: latest
6+
tag: 1.0.0
77

88
imagePullSecrets: []
99
nameOverride: ""

ch07/bgdk/base/bgd-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
app: bgd
2020
spec:
2121
containers:
22-
- image: quay.io/redhatworkshops/bgd:latest
22+
- image: quay.io/rhdevelopers/bgd:1.0.0
2323
name: bgd
2424
env:
2525
- name: COLOR

0 commit comments

Comments
 (0)