From 1881b8e7f31830d643e74353ded2836420d53c0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:05:44 -0700 Subject: [PATCH] chore: Prepare v1.2.1 release (#841) Signed-off-by: ashnamehrotra Co-authored-by: ashnamehrotra Co-authored-by: ashnamehrotra --- Makefile | 2 +- charts/eraser/Chart.yaml | 4 ++-- charts/eraser/values.yaml | 8 ++++---- deploy/eraser.yaml | 8 ++++---- 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, 27 insertions(+), 27 deletions(-) diff --git a/Makefile b/Makefile index 6bd46cb7f5..27a0846069 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.2.0 +VERSION := v1.2.1 MANAGER_TAG ?= ${VERSION} TRIVY_SCANNER_TAG ?= ${VERSION} diff --git a/charts/eraser/Chart.yaml b/charts/eraser/Chart.yaml index aba596cae5..1b474456dd 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.2.0 -appVersion: v1.2.0 +version: 1.2.1 +appVersion: v1.2.1 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 99428d047f..11e15b17e3 100644 --- a/charts/eraser/values.yaml +++ b/charts/eraser/values.yaml @@ -37,7 +37,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" 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.2.0" + tag: "v1.2.1" additionalArgs: [] priorityClassName: "" diff --git a/deploy/eraser.yaml b/deploy/eraser.yaml index d6f24e26d4..502819b075 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.2.0 + tag: v1.2.1 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.2.0 + tag: v1.2.1 request: mem: 500Mi cpu: 1000m @@ -459,7 +459,7 @@ data: remover: image: repo: ghcr.io/eraser-dev/remover - tag: v1.2.0 + tag: v1.2.1 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.2.0 + image: ghcr.io/eraser-dev/eraser-manager:v1.2.1 livenessProbe: httpGet: path: /healthz diff --git a/manifest_staging/charts/eraser/Chart.yaml b/manifest_staging/charts/eraser/Chart.yaml index aba596cae5..1b474456dd 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.2.0 -appVersion: v1.2.0 +version: 1.2.1 +appVersion: v1.2.1 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 99428d047f..11e15b17e3 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.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" 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.2.0" + tag: "v1.2.1" additionalArgs: [] priorityClassName: "" diff --git a/manifest_staging/deploy/eraser.yaml b/manifest_staging/deploy/eraser.yaml index d6f24e26d4..502819b075 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.2.0 + tag: v1.2.1 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.2.0 + tag: v1.2.1 request: mem: 500Mi cpu: 1000m @@ -459,7 +459,7 @@ data: remover: image: repo: ghcr.io/eraser-dev/remover - tag: v1.2.0 + tag: v1.2.1 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.2.0 + image: ghcr.io/eraser-dev/eraser-manager:v1.2.1 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 aba596cae5..1b474456dd 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.2.0 -appVersion: v1.2.0 +version: 1.2.1 +appVersion: v1.2.1 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 99428d047f..11e15b17e3 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.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -48,7 +48,7 @@ runtimeConfig: enabled: true image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" request: {} # mem: "" # cpu: "" @@ -78,7 +78,7 @@ runtimeConfig: remover: image: # repo: "" - tag: "v1.2.0" + tag: "v1.2.1" 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.2.0" + tag: "v1.2.1" additionalArgs: [] priorityClassName: ""