Skip to content

Commit

Permalink
chore(cryostat): bump version to 4.0.0-dev (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jun 6, 2024
1 parent 60a39a2 commit 95c8e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cryostat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: "0.5.0-dev"

kubeVersion: ">= 1.19.0-0"

appVersion: "3.0.0-dev"
appVersion: "4.0.0-dev"

home: "https://cryostat.io"

Expand Down
2 changes: 1 addition & 1 deletion charts/cryostat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op
| `core` | Configuration for the core Cryostat application | |
| `core.image.repository` | Repository for the main Cryostat container image | `quay.io/cryostat/cryostat` |
| `core.image.pullPolicy` | Image pull policy for the main Cryostat container image | `Always` |
| `core.image.tag` | Tag for the main Cryostat container image | `3.0.0-snapshot` |
| `core.image.tag` | Tag for the main Cryostat container image | `4.0.0-snapshot` |
| `core.service.type` | Type of Service to create for the Cryostat application | `ClusterIP` |
| `core.service.httpPort` | Port number to expose on the Service for Cryostat's HTTP server | `8181` |
| `core.sslProxied` | Enables SSL Proxied Environment Variables, useful when you are offloading SSL/TLS at External Loadbalancer instead of Ingress | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/cryostat/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tag": {
"type": "string",
"description": "Tag for the main Cryostat container image",
"default": "3.0.0-snapshot"
"default": "4.0.0-snapshot"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/cryostat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ core:
## @param core.image.pullPolicy Image pull policy for the main Cryostat container image
pullPolicy: Always
## @param core.image.tag Tag for the main Cryostat container image
tag: "3.0.0-snapshot"
tag: "4.0.0-snapshot"
service:
## @param core.service.type Type of Service to create for the Cryostat application
type: ClusterIP
Expand Down

0 comments on commit 95c8e99

Please sign in to comment.