File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 check-latest : true
3535
3636 - name : Set up chart-testing
37- uses : helm/chart-testing-action@v2.7 .0
37+ uses : helm/chart-testing-action@v2.8 .0
3838
3939 - name : Run chart-testing (lint)
4040 run : ct lint --check-version-increment=false --chart-dirs deploy --target-branch ${{ github.event.repository.default_branch }}
Original file line number Diff line number Diff line change 1616 env :
1717 IMAGE_VERSION : ${{ github.ref_name }}
1818 - name : Upload Release Artifacts
19- uses : softprops/action-gh-release@v2.4.1
19+ uses : softprops/action-gh-release@v2.5.0
2020 with :
2121 files : |
2222 ./release/helm-chart-${{ github.ref_name }}.tgz
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY sentry ./sentry
1111RUN go mod download
1212RUN go build -a -ldflags '-extldflags "-static"' -o /bin/linode-cloud-controller-manager-linux /linode
1313
14- FROM alpine:3.22.2
14+ FROM alpine:3.23.0
1515RUN apk add --update --no-cache ca-certificates
1616LABEL maintainers="Linode"
1717LABEL description="Linode Cloud Controller Manager"
You can’t perform that action at this time.
0 commit comments