Skip to content

Commit

Permalink
[sn-platform][sn-platform-slim]: bump platform and console images (#1037
Browse files Browse the repository at this point in the history
)

bump console and platform image version

Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit c51d7aa)
  • Loading branch information
ericsyh committed Jun 13, 2023
1 parent f599db3 commit 14731c0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
26 changes: 13 additions & 13 deletions charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,47 +120,47 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "2.10.4.1"
tag: "2.10.4.3"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "2.10.4.1"
tag: "2.10.4.3"
bookie:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
busybox:
repository: busybox
Expand All @@ -180,7 +180,7 @@ images:
pullPolicy: IfNotPresent
streamnative_console:
repository: streamnative/private-cloud-console
tag: "v2.1.4"
tag: "v2.2.0"
pullPolicy: IfNotPresent
hasCommand: false
node_exporter:
Expand All @@ -193,7 +193,7 @@ images:
pullPolicy: "IfNotPresent"
pulsar_metadata:
repository: streamnative/sn-platform-slim
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down
30 changes: 15 additions & 15 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "2.10.4.1"
tag: "2.10.4.3"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "2.10.4.1"
tag: "2.10.4.3"
bookie:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
presto:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
exporter:
repository: bitnami/jmx-exporter
Expand All @@ -154,36 +154,36 @@ images:
# NOTE: allow overriding the presto worker image
# presto_worker:
# repository: streamnative/sn-platform
# tag: 2.10.4.1
# tag: 2.10.4.3
# pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
kafka:
repository: confluentinc/cp-kafka
Expand All @@ -207,7 +207,7 @@ images:
pullPolicy: IfNotPresent
streamnative_console:
repository: streamnative/private-cloud-console
tag: "v2.1.4"
tag: "v2.2.0"
pullPolicy: IfNotPresent
hasCommand: false
node_exporter:
Expand Down Expand Up @@ -239,7 +239,7 @@ images:
pullPolicy: IfNotPresent
pulsar_metadata:
repository: streamnative/sn-platform
tag: "2.10.4.1"
tag: "2.10.4.3"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down

0 comments on commit 14731c0

Please sign in to comment.