Skip to content

Commit

Permalink
build: Update HELM Chart to Levski released images (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>

Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Lenny Goodell authored Nov 10, 2022
1 parent 37066ee commit cc09c47
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,70 +42,70 @@ edgex:
core:
command:
repository: edgexfoundry/core-command
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
data:
repository: edgexfoundry/core-data
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
metadata:
repository: edgexfoundry/core-metadata
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
support:
notifications:
repository: edgexfoundry/support-notifications
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
scheduler:
repository: edgexfoundry/support-scheduler
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
appservice:
rules:
repository: edgexfoundry/app-service-configurable
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
device:
virtual:
repository: edgexfoundry/device-virtual
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
rest:
repository: edgexfoundry/device-rest
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
ui:
repository: edgexfoundry/edgex-ui
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
system:
repository: edgexfoundry/sys-mgmt-agent
tag: "2.2.0"
tag: "2.3.0"
pullPolicy: IfNotPresent
consul:
repository: consul
tag: "1.10.10"
tag: "1.13.2"
pullPolicy: IfNotPresent
redis:
repository: redis
tag: "6.2.6-alpine"
tag: "7.0.5-alpine"
pullPolicy: IfNotPresent
ekuiper:
repository: lfedge/ekuiper
tag: "1.4.4-alpine"
tag: "1.7.1-alpine"
pullPolicy: IfNotPresent
vault:
repository: vault
tag: "1.8.9"
tag: "1.11.4"
pullPolicy: IfNotPresent
bootstrapper:
repository: nexus3.edgexfoundry.org:10004/security-bootstrapper
tag: "latest"
repository: edgexfoundry/security-bootstrapper
tag: "2.3.0"
pullPolicy: IfNotPresent
secretstoresetup:
repository: nexus3.edgexfoundry.org:10004/security-secretstore-setup
tag: "latest"
repository: edgexfoundry/security-secretstore-setup
tag: "2.3.0"
pullPolicy: IfNotPresent

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

0 comments on commit cc09c47

Please sign in to comment.