Skip to content

Commit

Permalink
fix: Force Release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Aug 29, 2024
1 parent 28082b5 commit 13ec584
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.tgz
.vscode/
!.cr-release-packages/*.tgz
.DS_Store
12 changes: 6 additions & 6 deletions charts/ctrlplane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: webservice
repository: file://charts/webservice
version: 0.1.2
version: 0.1.3
- name: job-policy-checker
repository: file://charts/job-policy-checker
version: 0.1.4
version: 0.1.5
- name: migrations
repository: file://charts/migrations
version: 0.1.5
version: 0.1.6
- name: event-worker
repository: file://charts/event-worker
version: 0.1.5
digest: sha256:ec8e99b97ebffb2235418bcc5a86e75162fe19b1b1815e48d397770c8390dbc1
generated: "2024-08-28T17:04:24.261293-07:00"
version: 0.1.6
digest: sha256:6ae2f2e02680d3694444d67aba248dfd3a0352678d7c58d2bce30c8bfdf7be1f
generated: "2024-08-28T21:15:56.001463-05:00"
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.1.7
version: 0.1.8
appVersion: "1.16.0"

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/ctrlplane/charts/event-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: event-worker
description: A Helm chart for Kubernetes
type: application
version: 0.1.5
version: 0.1.6
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/ctrlplane/charts/job-policy-checker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: job-policy-checker
description: A Helm chart for Kubernetes
type: application
version: 0.1.4
version: 0.1.5
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/ctrlplane/charts/migrations/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: migrations
description: A Helm chart for Kubernetes
type: application
version: 0.1.5
version: 0.1.6
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/ctrlplane/charts/webservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webservice
description: A Helm chart for Kubernetes
type: application
version: 0.1.2
version: 0.1.3
appVersion: "1.16.0"

0 comments on commit 13ec584

Please sign in to comment.