Skip to content

Commit

Permalink
Rev helm version (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Wagner <[email protected]>
  • Loading branch information
hcwagner and hcwagner authored Sep 27, 2024
1 parent 605b07a commit 96b4faa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 84 deletions.
4 changes: 2 additions & 2 deletions helm/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cloud-firewall-controller
description: A Helm chart for Kubernetes
description: Helm chart for deploying the Cloud Firewall Controller to support CF management from within an LKE cluster.

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
80 changes: 0 additions & 80 deletions helm/controller/templates/cloud-firewall.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions helm/crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cloud-firewall-crd
description: CRDs to be used in conjunction with Linode cloud-firewall-controller
description: CRDs for Linode cloud-firewall-controller

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 96b4faa

Please sign in to comment.