Skip to content

Commit

Permalink
fix: force push (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Aug 29, 2024
1 parent 13ec584 commit bb12b90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
*.tgz
.vscode/
!.cr-release-packages/*.tgz
.DS_Store

# Ignore all .tgz files
*.tgz

# But don't ignore .tgz files inside .cr-release-packages
!.cr-release-packages/
!.cr-release-packages/*.tgz
!/charts/ctrlplane/.cr-release-packages/*.tgz
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.8
version: 0.1.9
appVersion: "1.16.0"

maintainers:
Expand Down

0 comments on commit bb12b90

Please sign in to comment.