Skip to content

Commit

Permalink
Update lock file (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored May 12, 2023
1 parent 3065a67 commit 646531a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: server
repository: ""
version: 0.1.2
version: 0.1.3
- name: agent
repository: ""
version: 0.1.2
digest: sha256:b2576de1a4e93963d83c24b75896b0bf93ed251afc9a26bcf3ad32650f6345cd
generated: "2023-05-12T15:52:17.774196+02:00"
version: 0.1.3
digest: sha256:2459ccd528f00ae48c1a0c9d3b499c19bc042d7b1a0f7a8e2de5346eef81fc32
generated: "2023-05-12T18:15:46.87196402+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.2
version: 0.1.3
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.2"
version: "0.1.3"
condition: server.enabled
- name: agent
version: "0.1.2"
version: "0.1.3"
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.2
version: 0.1.3
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.2
version: 0.1.3
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 646531a

Please sign in to comment.