Skip to content

Commit

Permalink
Merge pull request #432 from kinvolk/update-chart
Browse files Browse the repository at this point in the history
charts: Update to Nebraska 2.4.1
  • Loading branch information
joaquimrocha authored Aug 6, 2021
2 parents 69e6780 + 74c2f0c commit d625afd
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
target-branch: main
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ backend-binary: run-generators build-backend-binary

.PHONY: test-clean-work-tree-backend
test-clean-work-tree-backend:
cd backend && \
@if ! git diff --quiet -- go.mod go.sum pkg cmd updaters tools/tools.go; then \
@cd backend && \
if ! git diff --quiet -- go.mod go.sum pkg cmd updaters tools/tools.go; then \
echo; \
echo 'Working tree of backend code is not clean'; \
echo; \
Expand Down
3 changes: 2 additions & 1 deletion backend/cmd/nebraska/nebraska.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ import (
"github.com/gin-gonic/gin"
"github.com/rs/zerolog"

swagger "github.com/kinvolk/nebraska/backend/api"
swaggerFiles "github.com/swaggo/files"
ginSwagger "github.com/swaggo/gin-swagger"

swagger "github.com/kinvolk/nebraska/backend/api"

"github.com/kinvolk/nebraska/backend/cmd/nebraska/auth"
"github.com/kinvolk/nebraska/backend/pkg/api"
"github.com/kinvolk/nebraska/backend/pkg/random"
Expand Down
41 changes: 22 additions & 19 deletions backend/pkg/api/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/nebraska/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sources:
maintainers:
- name: kinvolk
url: https://kinvolk.io/
version: 0.1.5
appVersion: "2.4.0"
version: 0.1.6
appVersion: "2.4.1"

dependencies:
- name: postgresql
Expand Down

0 comments on commit d625afd

Please sign in to comment.