Skip to content

Commit

Permalink
chore: Prepare v1.3.0-beta.0 release (#845)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: Sertac Ozercan <[email protected]>
  • Loading branch information
github-actions[bot] and sozercan authored Sep 1, 2023
1 parent 92e0e26 commit 0a330cd
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.1.1
VERSION := v1.3.0-beta.0

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.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
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.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
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.1.1"
tag: "v1.3.0-beta.0"
additionalArgs: []
priorityClassName: ""

Expand Down
10 changes: 5 additions & 5 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.1.1
tag: v1.3.0-beta.0
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.1.1
tag: v1.3.0-beta.0
request:
mem: 500Mi
cpu: 1000m
Expand Down Expand Up @@ -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
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.1.1
image: ghcr.io/eraser-dev/eraser-manager:v1.3.0-beta.0
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.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
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.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
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.1.1"
tag: "v1.3.0-beta.0"
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.1.1
tag: v1.3.0-beta.0
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.1.1
tag: v1.3.0-beta.0
request:
mem: 500Mi
cpu: 1000m
Expand Down Expand Up @@ -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
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.1.1
image: ghcr.io/eraser-dev/eraser-manager:v1.3.0-beta.0
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.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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand All @@ -48,7 +48,7 @@ runtimeConfig:
enabled: true
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
request: {}
# mem: ""
# cpu: ""
Expand Down Expand Up @@ -78,7 +78,7 @@ runtimeConfig:
remover:
image:
# repo: ""
tag: "v1.1.1"
tag: "v1.3.0-beta.0"
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.1.1"
tag: "v1.3.0-beta.0"
additionalArgs: []
priorityClassName: ""

Expand Down

0 comments on commit 0a330cd

Please sign in to comment.