diff --git a/charts/hub-nfts-solana/Chart.yaml b/charts/hub-nfts-solana/Chart.yaml index 0ea95b8..48742e9 100644 --- a/charts/hub-nfts-solana/Chart.yaml +++ b/charts/hub-nfts-solana/Chart.yaml @@ -18,7 +18,7 @@ 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.5.0 +version: 0.5.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 diff --git a/charts/hub-nfts-solana/templates/indexer.yaml b/charts/hub-nfts-solana/templates/indexer.yaml index 1f67baa..d24c237 100644 --- a/charts/hub-nfts-solana/templates/indexer.yaml +++ b/charts/hub-nfts-solana/templates/indexer.yaml @@ -43,7 +43,7 @@ spec: - secretRef: name: {{ include "hub-nfts-solana.fullname" . }} resources: - {{- toYaml .Values.resources | nindent 12 }} + {{- toYaml .Values.indexer.resources | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} @@ -56,4 +56,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/hub-nfts-solana/values.yaml b/charts/hub-nfts-solana/values.yaml index ac12881..7944bdc 100644 --- a/charts/hub-nfts-solana/values.yaml +++ b/charts/hub-nfts-solana/values.yaml @@ -18,6 +18,18 @@ indexer: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" + resources: {} + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi + image: repository: holaplex/hub-nfts-solana