Skip to content

Commit

Permalink
Update chart for version and image tag. (#3674)
Browse files Browse the repository at this point in the history
Changes merged into beta11:
[k8s] Set resource limits and requests for Edge runtime components (#3666)
[k8s public preview] Have EdgeDeploymentOperator report status to Agent (#3232)
[k8s] Update Helm charts to allow for correct proxy settings. (#3641)
[k8s] Add all root CA certs to TLS connections (#3616)
[k8s] Allow Edge on K8s modules to join HostNetwork. (#3618)
  • Loading branch information
darobs authored Oct 15, 2020
1 parent 1448111 commit 0d09dc2
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.8
version: 0.2.9
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.8
version: 0.2.9
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-beta10
tag: 0.1.0-beta11
pullPolicy: Always
nodeSelector: {}
# Volumes which support ownership management are modified to be owned and
Expand Down Expand Up @@ -139,7 +139,7 @@ iotedged:
iotedgedProxy:
image:
repository: azureiotedge/azureiotedge-proxy
tag: 0.1.0-beta10
tag: 0.1.0-beta11
pullPolicy: Always
resources:
requests:
Expand All @@ -163,7 +163,7 @@ edgeAgent:
containerName: edgeagent
image:
repository: azureiotedge/azureiotedge-agent
tag: 0.1.0-beta10
tag: 0.1.0-beta11
pullPolicy: Always
hostname: "localhost"
resources:
Expand Down

0 comments on commit 0d09dc2

Please sign in to comment.