Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
2.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgatelement committed Oct 16, 2024
1 parent 9c2a231 commit e625ef8
Show file tree
Hide file tree
Showing 26 changed files with 1,652 additions and 1,708 deletions.
2 changes: 1 addition & 1 deletion helm/easy-setup/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ -z "$ESS_SYSTEM_CHART" ]]; then
ESS_SYSTEM_CHART="ess-starter-edition-core/ess-system"
fi

helm --kube-context kind-easy-setup upgrade ess-system $ESS_SYSTEM_CHART --install --create-namespace --namespace ess-system --wait -f values.ess-crds.yaml --version 2.20.1
helm --kube-context kind-easy-setup upgrade ess-system $ESS_SYSTEM_CHART --install --create-namespace --namespace ess-system --wait -f values.ess-crds.yaml --version 2.20.2
helm --kube-context kind-easy-setup upgrade ess ./ess-meta --install --create-namespace --namespace ess --wait -f values.ess-stack.yaml $values_files_args


Expand Down
8 changes: 4 additions & 4 deletions helm/easy-setup/ess-meta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ apiVersion: v2
name: ess-meta
description: A Helm chart to deploy ESS easily
type: application
version: 2.20.1
appVersion: "2.20.1"
version: 2.20.2
appVersion: "2.20.2"
dependencies:
- name: ess-stack
repository: https://element-hq.github.io/ess-starter-edition-core
version: 2.20.1
version: 2.20.2
- name: ess-system
repository: https://element-hq.github.io/ess-starter-edition-core
version: 2.20.1
version: 2.20.2
- name: postgresql
version: 13.2.24
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 1 addition & 0 deletions helm/easy-setup/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docker run \
echo "now on kind context, going to apply whats next in 15seconds"
sleep 5
kubectl --context $kind_context_name apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
kubectl patch configmap/ingress-nginx-controller -n ingress-nginx --type merge --patch-file tests/nginx-cm.yml
helm --kube-context $kind_context_name install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
Expand Down
8 changes: 8 additions & 0 deletions helm/easy-setup/tests/nginx-cm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-or-later


data:
# we need this for all our path prefixs with dots, like `.well-known `
strict-validate-path-type: "false"
4 changes: 2 additions & 2 deletions helm/ess-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: v2
name: ess-stack
description: A Helm chart to deploy ESS stack
type: application
version: 2.20.1
appVersion: 2.20.1
version: 2.20.2
appVersion: 2.20.2
8 changes: 4 additions & 4 deletions helm/ess-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ apiVersion: v2
name: ess-system
description: A Helm chart to deploy ESS System prerequisites (operators & crds)
type: application
version: 2.20.1
appVersion: 2.20.1
version: 2.20.2
appVersion: 2.20.2
dependencies:
- name: element-operator
repository: https://element-hq.github.io/ess-starter-edition-core
version: 2.20.1
version: 2.20.2
- name: element-updater
repository: https://element-hq.github.io/ess-starter-edition-core
version: 2.20.1
version: 2.20.2
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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: 2.20.1
version: 2.20.2

# 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.
appVersion: 2.20.1
appVersion: 2.20.2
4 changes: 2 additions & 2 deletions helm/operator/source-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator-conversion-webhook
tag: 2.20.1
tag: 2.20.2
operator:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -70,7 +70,7 @@ operator:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator
tag: 2.20.1
tag: 2.20.2
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator-conversion-webhook
tag: 2.20.1
tag: 2.20.2
operator:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -70,7 +70,7 @@ operator:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator
tag: 2.20.1
tag: 2.20.2
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/updater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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: 2.20.1
version: 2.20.2

# 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.
appVersion: 2.20.1
appVersion: 2.20.2
4 changes: 2 additions & 2 deletions helm/updater/source-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-updater-conversion-webhook
tag: 2.20.1
tag: 2.20.2
updater:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -70,7 +70,7 @@ updater:
- ALL
image:
repository: docker.io/vectorim/ess-core-updater
tag: 2.20.1
tag: 2.20.2
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/updater/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-updater-conversion-webhook
tag: 2.20.1
tag: 2.20.2
updater:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -70,7 +70,7 @@ updater:
- ALL
image:
repository: docker.io/vectorim/ess-core-updater
tag: 2.20.1
tag: 2.20.2
rbacProxy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion roles/elementdeployment/defaults/main/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_images_digests:
element_web:
image_repository_server: docker.io
image_repository_path: vectorim/element-web
image_tag: v1.11.75
image_tag: v1.11.81
kube_rbac_proxy:
kube_rbac_proxy:
image_repository_server: quay.io
Expand Down
8 changes: 4 additions & 4 deletions sboms/docker.io_library_haproxy:3.0-alpine.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sboms/docker.io_library_nginx:1.26-alpine-slim.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e625ef8

Please sign in to comment.