Skip to content

Commit

Permalink
feat: update SKE Operator to the latest released version
Browse files Browse the repository at this point in the history
  • Loading branch information
syntassodev committed Dec 5, 2024
1 parent 4305901 commit abff6ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ske-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ske-operator
description: A Helm Chart for deploying the SKE-Operator
type: application
version: 0.27.0 # the helm chart version
appVersion: "v0.7.0" # the ske operator version
version: 0.28.0 # the helm chart version
appVersion: "v0.8.0" # the ske operator version
dependencies:
- name: ske-operator-crds
version: 0.27.0
version: 0.28.0
4 changes: 2 additions & 2 deletions ske-operator/charts/ske-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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.27.0
version: 0.28.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.7.0"
appVersion: "v0.8.0"

0 comments on commit abff6ac

Please sign in to comment.