Skip to content

Commit

Permalink
Release 1.5.3 (#50)
Browse files Browse the repository at this point in the history
* fix version and change default cassandra datacentr
* updated CRDs

Co-authored-by: andrey.shulika <[email protected]>
Co-authored-by: Dmitry Makhrovsky <[email protected]>
Co-authored-by: vakhtang.donadze <[email protected]>
  • Loading branch information
4 people authored Jul 20, 2021
1 parent 85ef714 commit dfabb9d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion th2-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.2
version: 1.5.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 1 addition & 3 deletions th2-service/crds/th2-box-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
logFile:
items:
type: string
type: array
type: string
mqRouter:
description: this is custom configuration for rouer mq
type: object
Expand Down
8 changes: 1 addition & 7 deletions th2-service/crds/th2-core-box-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
logFile:
items:
type: string
type: array
type: string
mqRouter:
description: this is custom configuration for rouer mq
type: object
Expand All @@ -76,10 +74,6 @@ spec:
replicas:
type: string
pattern: "^[0-9]+$"
logFile:
items:
type: string
type: array
envVariables:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
8 changes: 1 addition & 7 deletions th2-service/crds/th2-estore-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
logFile:
items:
type: string
type: array
type: string
mqRouter:
description: this is custom configuration for rouer mq
type: object
Expand All @@ -73,10 +71,6 @@ spec:
replicas:
type: string
pattern: "^[0-9]+$"
logFile:
items:
type: string
type: array
envVariables:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
8 changes: 1 addition & 7 deletions th2-service/crds/th2-mstore-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
logFile:
items:
type: string
type: array
type: string
mqRouter:
description: this is custom configuration for rouer mq
type: object
Expand All @@ -73,10 +71,6 @@ spec:
replicas:
type: string
pattern: "^[0-9]+$"
logFile:
items:
type: string
type: array
envVariables:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
12 changes: 6 additions & 6 deletions th2-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ externalRabbitMQHost:
infraEditor:
image:
repository: ghcr.io/th2-net/th2-infra-editor
tag: 1.0.62
tag: 1.0.64

infraRepo:
image:
repository: ghcr.io/th2-net/infra-repo
tag: 0.4.2
tag: 0.4.3

infraOperator:
image:
repository: ghcr.io/th2-net/th2-infra-operator
tag: 3.1.0
tag: 3.1.1
config:
chart:
repository: http://infra-repo:8080
version: 0.4.2
version: 0.4.3
name: infra-operator-tpl
namespacePrefixes:
- "th2-"
Expand All @@ -56,7 +56,7 @@ infraOperator:
infraMgr:
image:
repository: ghcr.io/th2-net/th2-infra-mgr
tag: 1.1.0
tag: 1.1.1
git:
secretName: infra-mgr
privateKeyFileSecret: infra-mgr
Expand Down Expand Up @@ -150,7 +150,7 @@ cassandra:
# host: ""
fullnameOverride: cassandra
cluster:
datacenter: datacenter1
datacenter: dc1
dbUser:
user: th2
# will be generated if empty
Expand Down

0 comments on commit dfabb9d

Please sign in to comment.