Skip to content

Commit

Permalink
Bump versions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored May 12, 2023
1 parent 1b2fd0f commit 3065a67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: server
repository: ""
version: 0.1.1
version: 0.1.2
- name: agent
repository: ""
version: 0.1.1
version: 0.1.2
digest: sha256:b2576de1a4e93963d83c24b75896b0bf93ed251afc9a26bcf3ad32650f6345cd
generated: "2023-05-12T15:52:17.774196+02:00"
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: woodpecker
description: A Helm chart for Woodpecker CI
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.15.9"
home: https://woodpecker-ci.org/
icon: https://avatars.githubusercontent.com/u/84780935?s=200&v=4
Expand All @@ -26,8 +26,8 @@ sources:

dependencies:
- name: server
version: "0.1.1"
version: "0.1.2"
condition: server.enabled
- name: agent
version: "0.1.1"
version: "0.1.2"
condition: agent.enabled
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: agent
description: A Helm chart for the Woodpecker agent
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.15.9"
home: https://woodpecker-ci.org/
icon: https://avatars.githubusercontent.com/u/84780935?s=200&v=4
Expand Down
2 changes: 1 addition & 1 deletion charts/server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: server
description: A Helm chart for the Woodpecker server
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.15.9"
home: https://woodpecker-ci.org/
icon: https://avatars.githubusercontent.com/u/84780935?s=200&v=4
Expand Down

0 comments on commit 3065a67

Please sign in to comment.