We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de30e6d commit b2bad5eCopy full SHA for b2bad5e
kaas-example/k8s/templates/dummy-device-app-pod.yaml
@@ -8,7 +8,7 @@ spec:
8
nodeName: ${NODE_NAME}
9
containers:
10
- name: dummy-device-app
11
- image: ghcr.io/izumanetworks/kaas-example/dummy-device-app:1.0.1
+ image: ghcr.io/izumanetworks/kaas-example/dummy-device-app:1.0.2
12
imagePullPolicy: IfNotPresent
13
ports:
14
- containerPort: 3000
kaas-example/k8s/templates/web-portal-pod.yml
- name: web-portal
- image: ghcr.io/izumanetworks/kaas-example/web-portal:1.0.5
+ image: ghcr.io/izumanetworks/kaas-example/web-portal:1.0.6
- containerPort: 80
0 commit comments