Skip to content
Snippets Groups Projects
Verified Commit db529a8a authored by Piers Harding's avatar Piers Harding :tools:
Browse files

: bumped version to 0.5.0

parent 76aa890c
No related branches found
No related tags found
No related merge requests found
Pipeline #710333958 passed with warnings
release=0.4.0
tag=0.4.0
release=0.5.0
tag=0.5.0
......@@ -13,9 +13,9 @@ 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: 0.4.0
version: 0.5.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.0
appVersion: 0.5.0
......@@ -13,9 +13,9 @@ 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: 0.4.0
version: 0.5.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.0
appVersion: 0.5.0
......@@ -6,7 +6,7 @@ controllerManager:
manager:
image:
repository: registry.gitlab.com/piersharding/tango-operator/tango-operator
tag: 0.4.0
tag: 0.5.0
resources:
limits:
cpu: 500m
......
......@@ -154,7 +154,7 @@ func main() {
// initialise core parameters
image, ok := os.LookupEnv("DS_IMAGE")
if !ok {
dtypes.Image = "registry.gitlab.com/piersharding/tango-operator/tango-controls:0.4.0"
dtypes.Image = "registry.gitlab.com/piersharding/tango-operator/tango-controls:0.5.0"
} else {
dtypes.Image = image
}
......@@ -162,7 +162,7 @@ func main() {
image, ok = os.LookupEnv("DSCONFIG_IMAGE")
if !ok {
dtypes.DSConfigImage = "registry.gitlab.com/piersharding/tango-operator/tango-controls:0.4.0"
dtypes.DSConfigImage = "registry.gitlab.com/piersharding/tango-operator/tango-controls:0.5.0"
} else {
dtypes.DSConfigImage = image
}
......@@ -170,7 +170,7 @@ func main() {
image, ok = os.LookupEnv("DDS_IMAGE")
if !ok {
dtypes.DDSImage = "registry.gitlab.com/piersharding/tango-operator/tango-databaseds:0.4.0"
dtypes.DDSImage = "registry.gitlab.com/piersharding/tango-operator/tango-databaseds:0.5.0"
} else {
dtypes.DDSImage = image
}
......@@ -178,7 +178,7 @@ func main() {
image, ok = os.LookupEnv("DB_IMAGE")
if !ok {
dtypes.DBImage = "registry.gitlab.com/piersharding/tango-operator/tango-db:0.4.0"
dtypes.DBImage = "registry.gitlab.com/piersharding/tango-operator/tango-db:0.5.0"
} else {
dtypes.DBImage = image
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment