Skip to content

Commit

Permalink
Upgrade to LunaStreaming 2.8.0.1.1.6 and Pulsar Admin Console 1.1.2 (#70
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nicoloboschi authored Nov 8, 2021
1 parent 76f6ed4 commit c82532c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion helm-chart-sources/pulsar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#
apiVersion: v2
appVersion: "2.7.2"
appVersion: "2.8.0"
description: Apache Pulsar Helm chart for Kubernetes
name: pulsar
maintainers:
Expand Down
34 changes: 17 additions & 17 deletions helm-chart-sources/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,34 +297,34 @@ extra:
image:
broker:
# If not using tiered storage, you can use the smaller pulsar image for the broker
repository: datastax/pulsar-all
repository: datastax/lunastreaming-all
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
brokerSts:
# If not using tiered storage, you can use the smaller pulsar image for the broker
repository: datastax/pulsar-all
repository: datastax/lunastreaming-all
pullPolicy: IfNotPresent
tag: 2.8.0_1.0.0
tag: 2.8.0_1.1.6
function:
repository: datastax/pulsar-all
repository: datastax/lunastreaming-all
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
zookeeper:
repository: datastax/pulsar
repository: datastax/lunastreaming
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
bookkeeper:
repository: datastax/pulsar
repository: datastax/lunastreaming
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
proxy:
repository: datastax/pulsar
repository: datastax/lunastreaming
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
bastion:
repository: datastax/pulsar
repository: datastax/lunastreaming
pullPolicy: IfNotPresent
tag: 2.7.2_1.1.0
tag: 2.8.0_1.1.6
pulsarBeam:
repository: kesque/pulsar-beam
pullPolicy: IfNotPresent
Expand All @@ -338,8 +338,8 @@ image:
pullPolicy: IfNotPresent
tag: logcollector_latest
pulsarSQL:
repository: datastax/pulsar-all
tag: 2.7.2_1.1.0
repository: datastax/lunastreaming-all
tag: 2.8.0_1.1.6
pullPolicy: IfNotPresent
tardigrade:
repository: storjlabs/gateway
Expand All @@ -352,7 +352,7 @@ image:
pulsarAdminConsole:
repository: datastax/pulsar-admin-console
pullPolicy: IfNotPresent
tag: 1.1.1
tag: 1.1.2

## Tiered Storage
##
Expand Down

0 comments on commit c82532c

Please sign in to comment.