From 0a330cd4b28579fecb7d713fadce6bbe3290d94d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:55:37 -0700 Subject: [PATCH] chore: Prepare v1.3.0-beta.0 release (#845) Signed-off-by: Sertac Ozercan Co-authored-by: Sertac Ozercan --- Makefile | 2 +- charts/eraser/Chart.yaml | 4 ++-- charts/eraser/values.yaml | 8 ++++---- deploy/eraser.yaml | 10 +++++----- manifest_staging/charts/eraser/Chart.yaml | 4 ++-- manifest_staging/charts/eraser/values.yaml | 8 ++++---- manifest_staging/deploy/eraser.yaml | 8 ++++---- .../gatekeeper/helmify/static/Chart.yaml | 4 ++-- .../gatekeeper/helmify/static/values.yaml | 8 ++++---- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index 0815aeb62e..0e1f5bb877 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.1.1 +VERSION := v1.3.0-beta.0 MANAGER_TAG ?= ${VERSION} TRIVY_SCANNER_TAG ?= ${VERSION} diff --git a/charts/eraser/Chart.yaml b/charts/eraser/Chart.yaml index 9d54b1799c..e07afb0d12 100644 --- a/charts/eraser/Chart.yaml +++ b/charts/eraser/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: eraser description: A Helm chart for Eraser type: application -version: 1.1.1 -appVersion: v1.1.1 +version: 1.3.0-beta.0 +appVersion: v1.3.0-beta.0 home: https://github.com/eraser-dev/eraser sources: - https://github.com/eraser-dev/eraser.git diff --git a/charts/eraser/values.yaml b/charts/eraser/values.yaml index a55fc2b2bb..9a58c912ab 100644 --- a/charts/eraser/values.yaml +++ b/charts/eraser/values.yaml @@ -37,7 +37,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -91,7 +91,7 @@ deploy: repo: ghcr.io/eraser-dev/eraser-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.1.1" + tag: "v1.3.0-beta.0" additionalArgs: [] priorityClassName: "" diff --git a/deploy/eraser.yaml b/deploy/eraser.yaml index a9d360c019..7a5eee8d24 100644 --- a/deploy/eraser.yaml +++ b/deploy/eraser.yaml @@ -411,7 +411,7 @@ data: enabled: true image: repo: ghcr.io/eraser-dev/collector - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 25Mi cpu: 7m @@ -423,7 +423,7 @@ data: enabled: true image: repo: ghcr.io/eraser-dev/eraser-trivy-scanner # supply custom image for custom scanner - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 500Mi cpu: 1000m @@ -459,14 +459,14 @@ data: remover: image: repo: ghcr.io/eraser-dev/remover - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 25Mi # https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#how-pods-with-resource-limits-are-run cpu: 0 limit: mem: 30Mi - cpu: 1000m + cpu: 0 kind: ConfigMap metadata: name: eraser-manager-config @@ -502,7 +502,7 @@ spec: fieldPath: metadata.namespace - name: OTEL_SERVICE_NAME value: eraser-manager - image: ghcr.io/eraser-dev/eraser-manager:v1.1.1 + image: ghcr.io/eraser-dev/eraser-manager:v1.3.0-beta.0 livenessProbe: httpGet: path: /healthz diff --git a/manifest_staging/charts/eraser/Chart.yaml b/manifest_staging/charts/eraser/Chart.yaml index 9d54b1799c..e07afb0d12 100644 --- a/manifest_staging/charts/eraser/Chart.yaml +++ b/manifest_staging/charts/eraser/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: eraser description: A Helm chart for Eraser type: application -version: 1.1.1 -appVersion: v1.1.1 +version: 1.3.0-beta.0 +appVersion: v1.3.0-beta.0 home: https://github.com/eraser-dev/eraser sources: - https://github.com/eraser-dev/eraser.git diff --git a/manifest_staging/charts/eraser/values.yaml b/manifest_staging/charts/eraser/values.yaml index a55fc2b2bb..9a58c912ab 100644 --- a/manifest_staging/charts/eraser/values.yaml +++ b/manifest_staging/charts/eraser/values.yaml @@ -37,7 +37,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -91,7 +91,7 @@ deploy: repo: ghcr.io/eraser-dev/eraser-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.1.1" + tag: "v1.3.0-beta.0" additionalArgs: [] priorityClassName: "" diff --git a/manifest_staging/deploy/eraser.yaml b/manifest_staging/deploy/eraser.yaml index 01cead398d..7a5eee8d24 100644 --- a/manifest_staging/deploy/eraser.yaml +++ b/manifest_staging/deploy/eraser.yaml @@ -411,7 +411,7 @@ data: enabled: true image: repo: ghcr.io/eraser-dev/collector - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 25Mi cpu: 7m @@ -423,7 +423,7 @@ data: enabled: true image: repo: ghcr.io/eraser-dev/eraser-trivy-scanner # supply custom image for custom scanner - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 500Mi cpu: 1000m @@ -459,7 +459,7 @@ data: remover: image: repo: ghcr.io/eraser-dev/remover - tag: v1.1.1 + tag: v1.3.0-beta.0 request: mem: 25Mi # https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#how-pods-with-resource-limits-are-run @@ -502,7 +502,7 @@ spec: fieldPath: metadata.namespace - name: OTEL_SERVICE_NAME value: eraser-manager - image: ghcr.io/eraser-dev/eraser-manager:v1.1.1 + image: ghcr.io/eraser-dev/eraser-manager:v1.3.0-beta.0 livenessProbe: httpGet: path: /healthz diff --git a/third_party/open-policy-agent/gatekeeper/helmify/static/Chart.yaml b/third_party/open-policy-agent/gatekeeper/helmify/static/Chart.yaml index 9d54b1799c..e07afb0d12 100644 --- a/third_party/open-policy-agent/gatekeeper/helmify/static/Chart.yaml +++ b/third_party/open-policy-agent/gatekeeper/helmify/static/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: eraser description: A Helm chart for Eraser type: application -version: 1.1.1 -appVersion: v1.1.1 +version: 1.3.0-beta.0 +appVersion: v1.3.0-beta.0 home: https://github.com/eraser-dev/eraser sources: - https://github.com/eraser-dev/eraser.git diff --git a/third_party/open-policy-agent/gatekeeper/helmify/static/values.yaml b/third_party/open-policy-agent/gatekeeper/helmify/static/values.yaml index a55fc2b2bb..9a58c912ab 100644 --- a/third_party/open-policy-agent/gatekeeper/helmify/static/values.yaml +++ b/third_party/open-policy-agent/gatekeeper/helmify/static/values.yaml @@ -37,7 +37,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.1.1" + tag: "v1.3.0-beta.0" request: {} # mem: "" # cpu: "" @@ -91,7 +91,7 @@ deploy: repo: ghcr.io/eraser-dev/eraser-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.1.1" + tag: "v1.3.0-beta.0" additionalArgs: [] priorityClassName: ""