Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Banfield-Zanin committed Dec 21, 2023
1 parent 8c5298e commit 058f2f7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: cpu-s
container: ghcr.io/element-hq/chart-releaser:cr-push-fix
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN pip3 install -r /root/requirements.txt && rm /root/requirements.txt

# Install Helm
RUN yum install -y wget && \
export HELM_ARCH="${TARGETPLATFORM#"linux/"}" && \
export HELM_ARCH=$( sh -c 'echo ${TARGETPLATFORM#"linux/"}') && \
echo https://get.helm.sh/helm-${HELM_VERSION}-linux-${HELM_ARCH}.tar.gz && \
wget https://get.helm.sh/helm-${HELM_VERSION}-linux-${HELM_ARCH}.tar.gz && \
tar xf helm-${HELM_VERSION}-linux-${HELM_ARCH}.tar.gz && \
Expand Down
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.12.15
version: 2.12.16

# 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.12.15
appVersion: 2.12.16
2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ operator:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-starter-edition-core-operator
tag: 2.12.15
tag: 2.12.16

rbacProxy:
resources:
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.12.15
version: 2.12.16

# 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.12.15
appVersion: 2.12.16
2 changes: 1 addition & 1 deletion helm/updater/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ updater:
- ALL
image:
repository: docker.io/vectorim/ess-starter-edition-core-updater
tag: 2.12.15
tag: 2.12.16

rbacProxy:
resources:
Expand Down

0 comments on commit 058f2f7

Please sign in to comment.