Skip to content

Commit 44411e5

Browse files
authored
Merge pull request #54 from matttrach/auto-dependency-update-7040
Add dependabot to keep dockerfiles up to date
2 parents 5e76352 + 6071feb commit 44411e5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for Docker Images
5+
- package-ecosystem: "docker"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
10+
- package-ecosystem: "docker"
11+
directory: "/package"
12+
schedule:
13+
interval: "weekly"

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
1515
curl -sL https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.3.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
1616
make -C /go/src/github.com/k3s-io/helm-set-status install
1717
RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
18-
curl -sL https://github.com/mattfarina/helm-mapkubeapis/archive/refs/heads/remove-resources.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
18+
curl -sL https://github.com/helm/helm-mapkubeapis/archive/refs/tags/v0.4.1.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
1919
make -C /go/src/github.com/helm/helm-mapkubeapis && \
2020
mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
2121
cp -vr /go/src/github.com/helm/helm-mapkubeapis/plugin.yaml \

0 commit comments

Comments
 (0)