Skip to content

Commit

Permalink
build(version): set version to 2.1.1 for release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed Jun 16, 2022
1 parent 5ddbf34 commit c61c40d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cryostat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Securely manage JFR recordings for your containerized Java workload

type: application

version: "0.1.1"
version: "0.1.3"

appVersion: "2.1.0"
appVersion: "2.1.1"

home: "https://cryostat.io"

Expand Down
2 changes: 1 addition & 1 deletion 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 | `IfNotPresent` |
| `core.image.tag` | Tag for the main Cryostat container image | `2.1.0` |
| `core.image.tag` | Tag for the main Cryostat container image | `2.1.1` |
| `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.service.jmxPort` | Port number to expose on the Service for remote JMX connections to Cryostat | `9091` |
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.0"
"default": "2.1.1"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion 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: IfNotPresent
## @param core.image.tag Tag for the main Cryostat container image
tag: "2.1.0"
tag: "2.1.1"
service:
## @param core.service.type Type of Service to create for the Cryostat application
type: ClusterIP
Expand Down

0 comments on commit c61c40d

Please sign in to comment.