We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f28aca + 54b2c8a commit 3b3d213Copy full SHA for 3b3d213
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lava-gitlab-runner"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
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.3.0"
+ tag: "v0.3.1"
23
24
imagePullSecrets: []
25
nameOverride: ""
0 commit comments