Skip to content

Commit

Permalink
release: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsalvador committed Nov 1, 2023
1 parent 3dd405d commit e762fe9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/simple-cicd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.0.6"
appVersion: "0.0.7"
description: Simple CI/CD operator for Kubernetes. Create workflows that can be trigged by webhooks.
home: https://github.com/jlsalvador/simple-cicd
icon: https://raw.githubusercontent.com/jlsalvador/simple-cicd/main/img/logo.png
Expand Down Expand Up @@ -28,4 +28,4 @@ name: simple-cicd
sources:
- "https://github.com/jlsalvador/simple-cicd"
type: application
version: 0.0.1
version: 0.0.2
2 changes: 1 addition & 1 deletion charts/simple-cicd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: jlsalvador/simple-cicd
tag: 0.0.6
tag: 0.0.7
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: controller
newName: jlsalvador/simple-cicd
newTag: 0.0.6
newTag: 0.0.7

0 comments on commit e762fe9

Please sign in to comment.