Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cannarelladev committed Oct 17, 2023
1 parent c029a14 commit 13ea315
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rbacs: controller-gen
# Install gci if not available
gci:
ifeq (, $(shell which gci))
@go install github.com/daixiang0/[email protected].0
@go install github.com/daixiang0/[email protected].2
GCI=$(GOBIN)/gci
else
GCI=$(shell which gci)
Expand All @@ -59,7 +59,7 @@ fmt: gci addlicense
# Install golangci-lint if not available
golangci-lint:
ifeq (, $(shell which golangci-lint))
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
GOLANGCILINT=$(GOBIN)/golangci-lint
else
GOLANGCILINT=$(shell which golangci-lint)
Expand Down
6 changes: 3 additions & 3 deletions deployments/node/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: fluidos
name: node
description: A Helm chart for Fluidos Node

# A chart can be either an 'application' or a 'library' chart.
Expand All @@ -15,10 +15,10 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.0.1

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.0.1"
16 changes: 8 additions & 8 deletions deployments/node/index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v1
entries:
fluidos:
node:
- apiVersion: v2
appVersion: 0.1.0
created: "2023-10-17T13:15:04.539121+02:00"
appVersion: 0.0.1
created: "2023-10-17T16:56:05.364747+02:00"
description: A Helm chart for Fluidos Node
digest: 9c0ec940a302f9798a95ab5000c49964319724e0c914de3b259981f2fa35e235
name: fluidos
digest: f818c45f4c33c2cf1fed26a67664c12ada42d3154a8f815cb728f6fa1eebb695
name: node
type: application
urls:
- https://github.com/fluidos-project/node/deployments/node/fluidos-0.1.0.tgz
version: 0.1.0
generated: "2023-10-17T13:15:04.537963+02:00"
- https://github.com/fluidos-project/node/deployments/node/node-0.0.1.tgz
version: 0.0.1
generated: "2023-10-17T16:56:05.361957+02:00"
Binary file added deployments/node/node-0.0.1.tgz
Binary file not shown.

0 comments on commit 13ea315

Please sign in to comment.