Skip to content

Commit

Permalink
⬆️ bump chart to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Apr 23, 2024
1 parent 32f75af commit 65ce64a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cyclops-chart
description: Cyclops Helm chart
type: application
version: "0.3.2"
appVersion: "v0.3.2"
version: "0.3.3"
appVersion: "v0.3.3"
home: https://cyclops-ui.com/
keywords:
- Devops
Expand Down
2 changes: 1 addition & 1 deletion install/chart/templates/cyclops-ctrl/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: cyclops-ctrl
containers:
- name: cyclops-ctrl
image: cyclopsui/cyclops-ctrl:v0.3.2
image: cyclopsui/cyclops-ctrl:v0.3.3
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion install/chart/templates/cyclops-ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: cyclops-ui
image: cyclopsui/cyclops-ui:v0.3.2
image: cyclopsui/cyclops-ui:v0.3.3
ports:
- containerPort: 80
env:
Expand Down

0 comments on commit 65ce64a

Please sign in to comment.