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.
1 parent 9b99d22 commit 25cfe01Copy full SHA for 25cfe01
chart/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: azure-devops-agent
3
description: Dockerized Azure DevOps build agent on Kubernetes
4
type: application
5
-version: 2.2.0
6
-appVersion: "4.251.0-stable-v2.2.0"
+version: 2.3.0
+appVersion: "4.251.0-stable-v2.3.0"
7
keywords:
8
- azure devops
9
- build agent
chart/values.yaml
@@ -30,7 +30,7 @@ image:
30
# registry: docker.io
31
repository: btungut/azure-devops-agent
32
pullPolicy: IfNotPresent
33
- tag: "4.251.0-stable-v2.2.0"
+ tag: "4.251.0-stable-v2.3.0"
34
pullSecrets: []
35
36
resources:
0 commit comments