We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d587a commit b94ca50Copy full SHA for b94ca50
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lava-gitlab-runner"
3
-version = "0.2.2"
+version = "0.3.0"
4
authors = ["Sjoerd Simons <[email protected]>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
chart/values.yaml
@@ -19,7 +19,7 @@ image:
19
repository: ghcr.io/collabora/lava-gitlab-runner
20
pullPolicy: Always
21
# Overrides the image tag whose default is the chart appVersion.
22
- tag: "v0.2.2"
+ tag: "v0.3.0"
23
24
imagePullSecrets: []
25
nameOverride: ""
0 commit comments