3 Commits

Author SHA1 Message Date
rmcguire 87e53bd620 bump chart versions
Build and Publish / container-images (push) Successful in 2m10s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 16s
Build and Publish / go-binaries (push) Successful in 5m29s
2026-07-04 17:42:50 -04:00
rmcguire c481d3f032 add ca-certs to image
Build and Publish / check-chart (push) Successful in 14s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 2m35s
Build and Publish / container-images (push) Successful in 3m1s
2026-07-04 17:42:03 -04:00
rmcguire 1918138dbf fix chart app version
Build and Publish / container-images (push) Successful in 2m12s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 17s
Build and Publish / go-binaries (push) Successful in 4m31s
2026-07-04 17:27:34 -04:00
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@ FROM alpine:latest
ARG APP_NAME=econet-exporter ARG APP_NAME=econet-exporter
RUN apk add --no-cache ca-certificates
WORKDIR /app WORKDIR /app
USER 100:101 USER 100:101
+2 -2
View File
@@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3 version: 0.1.4
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v0.7.0" appVersion: "v0.1.2"
dependencies: dependencies:
- name: hull - name: hull