diff --git a/Makefile b/Makefile index 88d8cca..2189fd2 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ rbacs: controller-gen # Install gci if not available gci: ifeq (, $(shell which gci)) - @go install github.com/daixiang0/gci@v0.11.0 + @go install github.com/daixiang0/gci@v0.11.2 GCI=$(GOBIN)/gci else GCI=$(shell which gci) @@ -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) diff --git a/deployments/node/Chart.yaml b/deployments/node/Chart.yaml index a8d8c7d..4188577 100644 --- a/deployments/node/Chart.yaml +++ b/deployments/node/Chart.yaml @@ -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. @@ -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" diff --git a/deployments/node/index.yaml b/deployments/node/index.yaml index ec8fda5..525d909 100644 --- a/deployments/node/index.yaml +++ b/deployments/node/index.yaml @@ -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" diff --git a/deployments/node/node-0.0.1.tgz b/deployments/node/node-0.0.1.tgz new file mode 100644 index 0000000..2de2086 Binary files /dev/null and b/deployments/node/node-0.0.1.tgz differ