Skip to content

Commit

Permalink
Prepare v1.2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <[email protected]>
  • Loading branch information
ashnamehrotra committed Aug 29, 2023
1 parent 72c9041 commit 804121c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.2.0
VERSION := v1.2.1

MANAGER_TAG ?= ${VERSION}
TRIVY_SCANNER_TAG ?= ${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions charts/eraser/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions charts/eraser/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -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: ""

Expand Down
8 changes: 4 additions & 4 deletions deploy/eraser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/charts/eraser/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions manifest_staging/charts/eraser/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -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: ""

Expand Down
8 changes: 4 additions & 4 deletions manifest_staging/deploy/eraser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.2.0"
tag: "v1.2.1"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -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: ""

Expand Down

0 comments on commit 804121c

Please sign in to comment.