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
6 changes: 3 additions & 3 deletions k8s-sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k8s-sidecar
version: 1.24.6
epoch: 1
version: 1.25.0
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:
- license: MIT
Expand All @@ -25,7 +25,7 @@ pipeline:
with:
repository: https://github.com/kiwigrid/k8s-sidecar
tag: ${{package.version}}
expected-commit: 8428a776de787d89c2d63e99b7ca57b1f41f7516
expected-commit: ccaf6ffa27674ac2251fa21a86f1e04a04b6fded

- runs: |
mkdir -p ${{targets.destdir}}/usr/share/app
Expand Down