Skip to content

Commit

Permalink
fix helmfile image url
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jan 16, 2023
1 parent 916497e commit 0c7d60a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff

WORKDIR /wd

COPY --from=quay.io/roboll/helmfile:v0.149.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
COPY --from=ghcr.io/helmfile/helmfile:v0.149.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
COPY . .

RUN gem install colorize && gem build && gem install helmsnap --local
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
helmsnap (1.0.1)
helmsnap (1.0.2)
colorize

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/helmsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Helmsnap
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 0c7d60a

Please sign in to comment.