Skip to content

Commit

Permalink
feat(initContainers): introduce init containers to pods
Browse files Browse the repository at this point in the history
  • Loading branch information
mipieta committed Aug 1, 2024
1 parent c41123b commit bb3ff9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dotnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: dotnet
version: 13.0.1
dependencies:
- name: libchart
version: 4.0.1
version: 4.1.0
repository: file://../libchart
2 changes: 1 addition & 1 deletion golang/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: golang
version: 17.0.1
dependencies:
- name: libchart
version: 4.0.1
version: 4.1.0
repository: file://../libchart
2 changes: 1 addition & 1 deletion nodejs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: nodejs
version: 17.0.1
dependencies:
- name: libchart
version: 4.0.1
version: 4.1.0
repository: file://../libchart
2 changes: 1 addition & 1 deletion web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ name: web
version: 14.0.1
dependencies:
- name: libchart
version: 4.0.1
version: 4.1.0
repository: file://../libchart

0 comments on commit bb3ff9a

Please sign in to comment.