Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s-sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: k8s-sidecar
version: "2.2.2"
version: "2.2.3"
epoch: 0
description: "container intended to run inside a kubernetes cluster to collect config maps with a specified label and store the included files in a local folder"
copyright:
Expand All @@ -26,7 +26,7 @@ pipeline:
with:
repository: https://github.com/kiwigrid/k8s-sidecar
tag: ${{package.version}}
expected-commit: 00c725daa46c63718bb3b4dc7bc6afaf9834637f
expected-commit: 539b0af87a3e9f0b205d10be451b8d5ba88fc580

- runs: |
cd src
Expand Down
Loading