Skip to content

Commit

Permalink
[k8s] Update Helm charts to use beta5 (Azure#2606) (Azure#2611)
Browse files Browse the repository at this point in the history
* Update charts to use beta5

* Update to 0.2.3
  • Loading branch information
darobs authored Feb 28, 2020
1 parent 604d119 commit 0faecf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/charts/edge-kubernetes-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for installing CRD for Azure IoT Edge on Kubernetes
name: edge-kubernetes-crd
version: 0.2.1
version: 0.2.3
2 changes: 1 addition & 1 deletion kubernetes/charts/edge-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for running Azure IoT Edge on Kubernetes
name: edge-kubernetes
version: 0.2.1
version: 0.2.3
6 changes: 3 additions & 3 deletions kubernetes/charts/edge-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
iotedged:
image:
repository: azureiotedge/azureiotedge-iotedged
tag: 0.1.0-beta4
tag: 0.1.0-beta5
pullPolicy: Always
service:
name: iotedged
Expand Down Expand Up @@ -92,7 +92,7 @@ iotedged:
iotedgedProxy:
image:
repository: azureiotedge/azureiotedge-proxy
tag: 0.1.0-beta4
tag: 0.1.0-beta5
pullPolicy: Always

# Edge Agent image configuration
Expand All @@ -106,7 +106,7 @@ edgeAgent:
containerName: edgeagent
image:
repository: azureiotedge/azureiotedge-agent
tag: 0.1.0-beta4
tag: 0.1.0-beta5
pullPolicy: Always
hostname: "localhost"
env:
Expand Down

0 comments on commit 0faecf2

Please sign in to comment.