Skip to content

Commit

Permalink
prepare Helm chart for 3.3.0 release
Browse files Browse the repository at this point in the history
* also lift binary-compatibility version to 3.3.0

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Jun 23, 2023
1 parent dd9683c commit 41985f9
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 0.0.3 # chart version is set by release-job
appVersion: 3.2.1
version: 3.3.0 # chart version is effectively set by release-job
appVersion: 3.3.0
keywords:
- iot-chart
- digital-twin
- IoT
home: https://www.eclipse.org/ditto
home: https://www.eclipse.dev/ditto
sources:
- https://github.com/eclipse-ditto/ditto
icon: https://www.eclipse.org/ditto/images/ditto.svg
icon: https://www.eclipse.dev/ditto/images/ditto.svg
maintainers:
- name: thjaeckle
email: thomas.jaeckle@beyonnex.io
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[Eclipse Ditto™](https://www.eclipse.org/ditto/) is a technology in the IoT implementing a software pattern
[Eclipse Ditto™](https://www.eclipse.dev/ditto/) is a technology in the IoT implementing a software pattern
called “digital twins”. A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations, …).

Expand Down
10 changes: 5 additions & 5 deletions deployment/helm/ditto/ci/ci-workflow-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ingress:

## ----------------------------------------------------------------------------
## policies configuration
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
policies:
resources:
cpu: 0.15
Expand All @@ -38,7 +38,7 @@ policies:

## ----------------------------------------------------------------------------
## things configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
things:
resources:
cpu: 0.15
Expand All @@ -49,7 +49,7 @@ things:

## ----------------------------------------------------------------------------
## things-search configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
thingsSearch:
resources:
cpu: 0.15
Expand All @@ -60,7 +60,7 @@ thingsSearch:

## ----------------------------------------------------------------------------
## connectivity configuration
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
connectivity:
resources:
cpu: 0.15
Expand All @@ -71,7 +71,7 @@ connectivity:

## ----------------------------------------------------------------------------
## gateway configuration
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
gateway:
resources:
cpu: 0.15
Expand Down
10 changes: 5 additions & 5 deletions deployment/helm/ditto/local-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ global:

## ----------------------------------------------------------------------------
## policies configuration
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
policies:
resources:
cpu: 0.2
Expand All @@ -43,7 +43,7 @@ policies:

## ----------------------------------------------------------------------------
## things configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
things:
resources:
cpu: 0.2
Expand All @@ -61,7 +61,7 @@ things:

## ----------------------------------------------------------------------------
## things-search configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
thingsSearch:
resources:
cpu: 0.2
Expand All @@ -72,7 +72,7 @@ thingsSearch:

## ----------------------------------------------------------------------------
## connectivity configuration
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
connectivity:
resources:
cpu: 0.2
Expand All @@ -83,7 +83,7 @@ connectivity:

## ----------------------------------------------------------------------------
## gateway configuration
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
gateway:
resources:
cpu: 0.2
Expand Down
42 changes: 21 additions & 21 deletions deployment/helm/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ global:
hashedBasicAuthUsers: []
# jwtOnly controls whether only OpenID-Connect authentication is supported
# if false, both OpenID-Connect and basicAuth via nginx (see above "basicAuthUsers" and "hashedBasicAuthUsers") is used
# ref: https://www.eclipse.org/ditto/installation-operating.html#openid-connect
# ref: https://www.eclipse.dev/ditto/installation-operating.html#openid-connect
jwtOnly: true
# jvmOptions defines the JVM options applied to all Ditto services running in the JVM, it is put in JAVA_TOOL_OPTIONS
jvmOptions: >
Expand Down Expand Up @@ -365,12 +365,12 @@ akka:

# Set "dittoTag" in order to specify another Ditto version to use for all Ditto services:
# you may also use "1" (for latest Ditto 1.x.x) or "1.5" (for latest Ditto 1.5.x)
# dittoTag: 3.2.0
# dittoTag: 3.3.0


## ----------------------------------------------------------------------------
## policies configuration
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
policies:
# enabled controls whether policies related resources should be created
enabled: true
Expand All @@ -395,13 +395,13 @@ policies:
# repository for the policies docker image
repository: docker.io/eclipse/ditto-policies
# tag for the policies docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the policies docker image
pullPolicy: IfNotPresent
# additionalJvmOptions JVM options to put into JAVA_TOOL_OPTIONS
additionalJvmOptions: ""
# systemProps used to define arbitrary system properties for policies service
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
systemProps:
# extraEnv to add arbitrary environment variable to policies container
extraEnv:
Expand Down Expand Up @@ -547,7 +547,7 @@ policies:

## ----------------------------------------------------------------------------
## things configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
things:
# enabled controls whether things related resources should be created
enabled: true
Expand All @@ -572,13 +572,13 @@ things:
# repository for the things docker image
repository: docker.io/eclipse/ditto-things
# tag for the things docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the things docker image
pullPolicy: IfNotPresent
# additionalJvmOptions JVM options to put into JAVA_TOOL_OPTIONS
additionalJvmOptions: ""
# systemProps used to define arbitrary system properties for things service
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
systemProps:
# extraEnv to add arbitrary environment variable to things container
extraEnv:
Expand Down Expand Up @@ -741,12 +741,12 @@ things:
}
},
"security": "basic_sc",
"support": "https://www.eclipse.org/ditto/"
"support": "https://www.eclipse.dev/ditto/"
}
## ----------------------------------------------------------------------------
## things-search configuration
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
thingsSearch:
# enabled controls whether things-search related resources should be created
enabled: true
Expand All @@ -771,13 +771,13 @@ thingsSearch:
# repository for the things-search docker image
repository: docker.io/eclipse/ditto-things-search
# tag for the things-search docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the things-search docker image
pullPolicy: IfNotPresent
# additional JVM options to put into JAVA_TOOL_OPTIONS
additionalJvmOptions: ""
# systemProps used to define arbitrary system properties for things-search service
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
systemProps:
# extraEnv to add arbitrary environment variable to things-search container
extraEnv:
Expand Down Expand Up @@ -855,7 +855,7 @@ thingsSearch:
# one of: unacknowledged | acknowledged | majority | journaled | w1 | w2 | w3
searchWriteConcern: "acknowledged"
# searchWithAcksWriteConcern configures the MongoDB write concern for commands sent with "search-persisted" ACK
# ref: https://www.eclipse.org/ditto/basic-acknowledgements.html#built-in-acknowledgement-labels
# ref: https://www.eclipse.dev/ditto/basic-acknowledgements.html#built-in-acknowledgement-labels
# one of: unacknowledged | acknowledged | majority | journaled | w1 | w2 | w3
searchWithAcksWriteConcern: "majority"
# queryReadConcern configures the MongoDB read concern for doing queries / performing searches
Expand Down Expand Up @@ -921,7 +921,7 @@ thingsSearch:

## ----------------------------------------------------------------------------
## connectivity configuration
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
connectivity:
# enabled controls whether connectivity related resources should be created
enabled: true
Expand All @@ -946,13 +946,13 @@ connectivity:
# repository for the connectivity docker image
repository: docker.io/eclipse/ditto-connectivity
# tag for the connectivity docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the connectivity docker image
pullPolicy: IfNotPresent
# additional JVM options to put into JAVA_TOOL_OPTIONS
additionalJvmOptions: ""
# systemProps used to define arbitrary system properties for connectivity service
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
systemProps:
# extraEnv to add arbitrary environment variable to connectivity container
extraEnv:
Expand Down Expand Up @@ -1154,7 +1154,7 @@ connectivity:

## ----------------------------------------------------------------------------
## gateway configuration
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
gateway:
# enabled controls whether gateway related resources should be created
enabled: true
Expand All @@ -1181,11 +1181,11 @@ gateway:
# repository for the gateway docker image
repository: docker.io/eclipse/ditto-gateway
# tag for the gateway docker image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the gateway docker image
pullPolicy: IfNotPresent
# systemProps used to define arbitrary system properties configuration for gateway
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
systemProps:
- "-Dditto.protocol.blocklist.0=raw-request-uri"
- "-Dditto.protocol.blocklist.1=cache-control"
Expand Down Expand Up @@ -1277,7 +1277,7 @@ gateway:
# authentication contains the settings regarding authentication against the gateway
authentication:
# enablePreAuthentication whether Ditto "pre-authentication" should be enabled
# ref: https://www.eclipse.org/ditto/installation-operating.html#pre-authentication
# ref: https://www.eclipse.dev/ditto/installation-operating.html#pre-authentication
enablePreAuthentication: false
# oauth contains the OAuth2.0 / OpenID Connect related configuration
oauth:
Expand Down Expand Up @@ -1451,7 +1451,7 @@ dittoui:
# repository for the Ditto UI docker image
repository: docker.io/eclipse/ditto-ui
# tag for the Ditto UI image - overwrite to specify something else than Chart.AppVersion
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy for the Ditto UI docker image
pullPolicy: IfNotPresent
# extraEnv to add arbitrary environment variable to Ditto UI container
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<!-- globally set version for checking binary compatibility against -->
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
<binary-compatibility-check.version>3.2.0</binary-compatibility-check.version>
<binary-compatibility-check.version>3.3.0</binary-compatibility-check.version>

<maven.skins.fluido.version>1.7</maven.skins.fluido.version>
<doxia.markdown.version>1.8</doxia.markdown.version>
Expand Down

0 comments on commit 41985f9

Please sign in to comment.