From ed08fec122f270c653387db190196aa34a495051 Mon Sep 17 00:00:00 2001 From: Bryon Nevis Date: Wed, 31 May 2023 14:49:33 -0700 Subject: [PATCH] feat: 3rd party version bumps for minnesota helm (#224) Signed-off-by: Bryon Nevis --- .../development-images-values-x86_64.yaml | 2 +- .../helm/release-images-values-x86_64.yaml | 146 ------------------ deployment/helm/values.yaml | 10 +- 3 files changed, 6 insertions(+), 152 deletions(-) delete mode 100644 deployment/helm/release-images-values-x86_64.yaml diff --git a/deployment/helm/development-images-values-x86_64.yaml b/deployment/helm/development-images-values-x86_64.yaml index 2cef2054..6031889f 100644 --- a/deployment/helm/development-images-values-x86_64.yaml +++ b/deployment/helm/development-images-values-x86_64.yaml @@ -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 diff --git a/deployment/helm/release-images-values-x86_64.yaml b/deployment/helm/release-images-values-x86_64.yaml deleted file mode 100644 index 120564ad..00000000 --- a/deployment/helm/release-images-values-x86_64.yaml +++ /dev/null @@ -1,146 +0,0 @@ -edgex: - image: - core: - common_config: - repository: edgexfoundry/core-common-config-bootstrapper - tag: "3.0.0" - pullPolicy: IfNotPresent - command: - repository: edgexfoundry/core-command - tag: "3.0.0" - pullPolicy: IfNotPresent - data: - repository: edgexfoundry/core-data - tag: "3.0.0" - pullPolicy: IfNotPresent - metadata: - repository: edgexfoundry/core-metadata - tag: "3.0.0" - pullPolicy: IfNotPresent - support: - notifications: - repository: edgexfoundry/support-notifications - tag: "3.0.0" - pullPolicy: IfNotPresent - scheduler: - repository: edgexfoundry/support-scheduler - tag: "3.0.0" - pullPolicy: IfNotPresent - appservice: - rules: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - appsample: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - metricsinfluxdb: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - rfidllrpinventory: - repository: edgexfoundry/app-rfid-llrp-inventory - tag: "3.0.0" - pullPolicy: IfNotPresent - mqttexport: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - httpexport: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - externalmqtttrigger: - repository: edgexfoundry/app-service-configurable - tag: "3.0.0" - pullPolicy: IfNotPresent - device: - virtual: - repository: edgexfoundry/device-virtual - tag: "3.0.0" - pullPolicy: IfNotPresent - rest: - repository: edgexfoundry/device-rest - tag: "3.0.0" - pullPolicy: IfNotPresent - onvifcamera: - repository: edgexfoundry/device-onvif-camera - tag: "3.0.0" - pullPolicy: IfNotPresent - usbcamera: - repository: edgexfoundry/device-usb-camera - tag: "3.0.0" - pullPolicy: IfNotPresent - mqtt: - repository: edgexfoundry/device-mqtt - tag: "3.0.0" - pullPolicy: IfNotPresent - modbus: - repository: edgexfoundry/device-modbus - tag: "3.0.0" - pullPolicy: IfNotPresent - bacnet: - repository: edgexfoundry/device-bacnet - tag: "3.0.0" - pullPolicy: IfNotPresent - coap: - repository: edgexfoundry/device-coap - tag: "3.0.0" - pullPolicy: IfNotPresent - snmp: - repository: edgexfoundry/device-snmp - tag: "3.0.0" - pullPolicy: IfNotPresent - rfidllrp: - repository: edgexfoundry/device-rfid-llrp - tag: "3.0.0" - pullPolicy: IfNotPresent - gpio: - repository: edgexfoundry/device-gpio - tag: "3.0.0" - pullPolicy: IfNotPresent - ui: - repository: edgexfoundry/edgex-ui - tag: "3.0.0" - pullPolicy: IfNotPresent - consul: - repository: hashicorp/consul - tag: "1.15.2" - pullPolicy: IfNotPresent - redis: - repository: redis - tag: "7.0.5-alpine" - pullPolicy: IfNotPresent - ekuiper: - repository: lfedge/ekuiper - tag: "1.7.1-alpine" - pullPolicy: IfNotPresent - vault: - repository: hashicorp/vault - tag: "1.13.1" - pullPolicy: IfNotPresent - bootstrapper: - repository: edgexfoundry/security-bootstrapper - tag: "3.0.0" - pullPolicy: IfNotPresent - proxysetup: - repository: edgexfoundry/security-proxy-setup - tag: "3.0.0" - pullPolicy: IfNotPresent - secretstoresetup: - repository: edgexfoundry/security-secretstore-setup - tag: "3.0.0" - pullPolicy: IfNotPresent - modbussimulator: - repository: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-modbus-simulator - tag: "latest" - pullPolicy: IfNotPresent - mqttbroker: - repository: eclipse-mosquitto - tag: "2.0" - pullPolicy: IfNotPresent - natsserver: - repository: nats - tag: "2.9.3-alpine" - pullPolicy: IfNotPresent diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index e6098f7d..469fa732 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -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 @@ -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