diff --git a/charts/incubator/focalboard/Chart.yaml b/charts/incubator/focalboard/Chart.yaml index 20186536555..1f6ce682aea 100644 --- a/charts/incubator/focalboard/Chart.yaml +++ b/charts/incubator/focalboard/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 1.2.0 +version: 1.2.1 diff --git a/charts/incubator/focalboard/SCALE/ix_values.yaml b/charts/incubator/focalboard/SCALE/ix_values.yaml index 6067e9c43cf..d0913f04ee9 100644 --- a/charts/incubator/focalboard/SCALE/ix_values.yaml +++ b/charts/incubator/focalboard/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: flipenergy/focalboard pullPolicy: IfNotPresent - tag: 0.7.0 + tag: 0.8.0 ## # Most other defaults are set in questions.yaml diff --git a/charts/incubator/focalboard/values.yaml b/charts/incubator/focalboard/values.yaml index a21a9e9d9f2..9f58880a4f5 100644 --- a/charts/incubator/focalboard/values.yaml +++ b/charts/incubator/focalboard/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.7.0 + tag: 0.8.0 # -- environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh) # @default -- See below diff --git a/charts/incubator/owncloud-ocis/Chart.yaml b/charts/incubator/owncloud-ocis/Chart.yaml index 689c2f9d694..20918ec7fc1 100644 --- a/charts/incubator/owncloud-ocis/Chart.yaml +++ b/charts/incubator/owncloud-ocis/Chart.yaml @@ -25,4 +25,4 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 1.2.0 +version: 1.2.1 diff --git a/charts/incubator/owncloud-ocis/SCALE/ix_values.yaml b/charts/incubator/owncloud-ocis/SCALE/ix_values.yaml index 4dac278322c..5ac77592519 100644 --- a/charts/incubator/owncloud-ocis/SCALE/ix_values.yaml +++ b/charts/incubator/owncloud-ocis/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: owncloud/ocis pullPolicy: IfNotPresent - tag: 1.8.0 + tag: 1.9.0 ## # Most other defaults are set in questions.yaml diff --git a/charts/incubator/owncloud-ocis/values.yaml b/charts/incubator/owncloud-ocis/values.yaml index fe7268a3765..e3e5ce01487 100644 --- a/charts/incubator/owncloud-ocis/values.yaml +++ b/charts/incubator/owncloud-ocis/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: owncloud/ocis # -- image tag - tag: 1.8.0 + tag: 1.9.0 # -- image pull policy pullPolicy: IfNotPresent