Skip to content

Commit

Permalink
feat: 3rd party version bumps for minnesota helm (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryon Nevis <bryon.nevis@intel.com>
  • Loading branch information
bnevis-i committed May 31, 2023
1 parent ef42450 commit ed08fec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 152 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/development-images-values-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ edgex:
pullPolicy: Always
ekuiper:
repository: lfedge/ekuiper
tag: "1.7-alpine"
tag: "1.9-alpine"
pullPolicy: Always
vault:
repository: hashicorp/vault
Expand Down
146 changes: 0 additions & 146 deletions deployment/helm/release-images-values-x86_64.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@ edgex:
pullPolicy: IfNotPresent
redis:
repository: redis
tag: "7.0.5-alpine"
tag: "7.0.11-alpine"
pullPolicy: IfNotPresent
ekuiper:
repository: lfedge/ekuiper
tag: "1.7.1-alpine"
tag: "1.9.2-alpine"
pullPolicy: IfNotPresent
vault:
repository: hashicorp/vault
tag: "1.13.1"
tag: "1.13.2"
pullPolicy: IfNotPresent
bootstrapper:
repository: edgexfoundry/security-bootstrapper
Expand All @@ -235,11 +235,11 @@ edgex:
pullPolicy: IfNotPresent
mqttbroker:
repository: eclipse-mosquitto
tag: "2.0"
tag: "2.0.15"
pullPolicy: IfNotPresent
natsserver:
repository: nats
tag: "2.9.3-alpine"
tag: "2.9.16-alpine"
pullPolicy: IfNotPresent

# port defines configuration properties for container, target and host ports
Expand Down

0 comments on commit ed08fec

Please sign in to comment.