From bc2c850b314f565f38b9065c4010d6085245ccf6 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 8 Nov 2023 23:37:38 +0100 Subject: [PATCH] There is no helm chart at this time --- charts/3.2.0/.helmignore | 22 ------- charts/3.2.0/Chart.yaml | 15 ----- charts/3.2.0/questions.yml | 22 ------- charts/3.2.0/templates/NOTES.txt | 21 ------ charts/3.2.0/templates/_helpers.tpl | 32 --------- charts/3.2.0/templates/deployment.yaml | 62 ------------------ charts/3.2.0/templates/ingress.yaml | 39 ----------- charts/3.2.0/templates/secret.yaml | 12 ---- charts/3.2.0/templates/service.yaml | 19 ------ .../templates/tests/test-connection.yaml | 18 ----- charts/3.2.0/values.yaml | 56 ---------------- xmrig-0.3.2.tgz | Bin 3423 -> 0 bytes 12 files changed, 318 deletions(-) delete mode 100644 charts/3.2.0/.helmignore delete mode 100644 charts/3.2.0/Chart.yaml delete mode 100644 charts/3.2.0/questions.yml delete mode 100644 charts/3.2.0/templates/NOTES.txt delete mode 100644 charts/3.2.0/templates/_helpers.tpl delete mode 100644 charts/3.2.0/templates/deployment.yaml delete mode 100644 charts/3.2.0/templates/ingress.yaml delete mode 100644 charts/3.2.0/templates/secret.yaml delete mode 100644 charts/3.2.0/templates/service.yaml delete mode 100644 charts/3.2.0/templates/tests/test-connection.yaml delete mode 100644 charts/3.2.0/values.yaml delete mode 100644 xmrig-0.3.2.tgz diff --git a/charts/3.2.0/.helmignore b/charts/3.2.0/.helmignore deleted file mode 100644 index 50af031..0000000 --- a/charts/3.2.0/.helmignore +++ /dev/null @@ -1,22 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/charts/3.2.0/Chart.yaml b/charts/3.2.0/Chart.yaml deleted file mode 100644 index 339bc51..0000000 --- a/charts/3.2.0/Chart.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -appVersion: "1.0" -description: Xmmrig Monero Miner -name: xmrig -version: 0.3.2 -icon: https://xmrig.com/assets/img/xmrig-logo.svg -home: https://xmrig.com -sources: - - https://github.com/metal3d/xmrig-docker - - https://github.com/xmrig/xmrig - -maintainers: - - name: Patrice Ferlet - email: metal3d@gmail.com - url: https://www.metal3d.org diff --git a/charts/3.2.0/questions.yml b/charts/3.2.0/questions.yml deleted file mode 100644 index ab17a76..0000000 --- a/charts/3.2.0/questions.yml +++ /dev/null @@ -1,22 +0,0 @@ -questions: - -- variable: worker.wallet - group: Worker setup - label: Wallet public address - description: This is the public address of your wallet to make the Pool to proceed to payments (to give you XMR) - type: string - required: true - -- variable: worker.url - group: Worker setup - label: Pool Server address - description: "This is the pool server address:port, you should not give any scheme (e.g. gulf.moneroocean.stream:10001)" - type: string - required: true - -- variable: worker.password - group: Worker setup - label: Pool worker password - description: Sometimes, the password is used to identify the worker, it's not mandatory and the usage changes following the pool configuration. Please refer to the documentation of the pool server. - type: password - diff --git a/charts/3.2.0/templates/NOTES.txt b/charts/3.2.0/templates/NOTES.txt deleted file mode 100644 index 164a4f3..0000000 --- a/charts/3.2.0/templates/NOTES.txt +++ /dev/null @@ -1,21 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "xmrig.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "xmrig.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "xmrig.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}') - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "xmrig.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl port-forward $POD_NAME 8080:3000 -{{- end }} diff --git a/charts/3.2.0/templates/_helpers.tpl b/charts/3.2.0/templates/_helpers.tpl deleted file mode 100644 index 4be296f..0000000 --- a/charts/3.2.0/templates/_helpers.tpl +++ /dev/null @@ -1,32 +0,0 @@ -{{/* vim: set filetype=mustache: */}} -{{/* -Expand the name of the chart. -*/}} -{{- define "xmrig.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "xmrig.fullname" -}} -{{- if .Values.fullnameOverride -}} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- $name := default .Chart.Name .Values.nameOverride -}} -{{- if contains $name .Release.Name -}} -{{- .Release.Name | trunc 63 | trimSuffix "-" -}} -{{- else -}} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} -{{- end -}} -{{- end -}} -{{- end -}} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "xmrig.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} -{{- end -}} diff --git a/charts/3.2.0/templates/deployment.yaml b/charts/3.2.0/templates/deployment.yaml deleted file mode 100644 index 94b198c..0000000 --- a/charts/3.2.0/templates/deployment.yaml +++ /dev/null @@ -1,62 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ include "xmrig.fullname" . }} - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - helm.sh/chart: {{ include "xmrig.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} -spec: - replicas: {{ .Values.replicaCount }} - selector: - matchLabels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - template: - metadata: - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - spec: - containers: - - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - env: - - name: POOL_USER - value: {{ .Values.worker.wallet | quote }} - - name: POOL_PASS - valueFrom: - secretKeyRef: - name: {{ .Release.Name }}-pool-secret - key: POOL_PASS - - name: POOL_URL - value: {{ .Values.worker.url | quote }} - - ports: - - name: http - containerPort: 3000 - protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http - resources: - {{- toYaml .Values.resources | nindent 12 }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/3.2.0/templates/ingress.yaml b/charts/3.2.0/templates/ingress.yaml deleted file mode 100644 index aad9c67..0000000 --- a/charts/3.2.0/templates/ingress.yaml +++ /dev/null @@ -1,39 +0,0 @@ -{{- if .Values.ingress.enabled -}} -{{- $fullName := include "xmrig.fullname" . -}} -apiVersion: extensions/v1beta1 -kind: Ingress -metadata: - name: {{ $fullName }} - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - helm.sh/chart: {{ include "xmrig.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} - {{- with .Values.ingress.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -spec: -{{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ . | quote }} - {{- end }} - secretName: {{ .secretName }} - {{- end }} -{{- end }} - rules: - {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} - http: - paths: - {{- range .paths }} - - path: {{ . }} - backend: - serviceName: {{ $fullName }} - servicePort: http - {{- end }} - {{- end }} -{{- end }} diff --git a/charts/3.2.0/templates/secret.yaml b/charts/3.2.0/templates/secret.yaml deleted file mode 100644 index 4c73d4c..0000000 --- a/charts/3.2.0/templates/secret.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -data: - POOL_SECRET: {{ .Values.worker.pass | b64enc }} -kind: Secret -metadata: - creationTimestamp: null - name: {{ .Release.Name }}-pool-secret - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - helm.sh/chart: {{ include "xmrig.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} diff --git a/charts/3.2.0/templates/service.yaml b/charts/3.2.0/templates/service.yaml deleted file mode 100644 index 0dfe59c..0000000 --- a/charts/3.2.0/templates/service.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "xmrig.fullname" . }} - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - helm.sh/chart: {{ include "xmrig.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/charts/3.2.0/templates/tests/test-connection.yaml b/charts/3.2.0/templates/tests/test-connection.yaml deleted file mode 100644 index 55d769b..0000000 --- a/charts/3.2.0/templates/tests/test-connection.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "xmrig.fullname" . }}-test-connection" - labels: - app.kubernetes.io/name: {{ include "xmrig.name" . }} - helm.sh/chart: {{ include "xmrig.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} - annotations: - "helm.sh/hook": test-success -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "xmrig.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never diff --git a/charts/3.2.0/values.yaml b/charts/3.2.0/values.yaml deleted file mode 100644 index b698f16..0000000 --- a/charts/3.2.0/values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Default values for xmrig. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: metal3d/xmrig - tag: 3.2.0 - pullPolicy: IfNotPresent - -nameOverride: "" -fullnameOverride: "" - -service: - type: ClusterIP - port: 80 - -ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: [] - - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -worker: - url: gulf.moneroocean.stream:10001 - wallet: "" - password: "" - -access_token: "" - -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 - -nodeSelector: {} - -tolerations: [] - -affinity: {} diff --git a/xmrig-0.3.2.tgz b/xmrig-0.3.2.tgz deleted file mode 100644 index d1c74c7281402f5fa95961e85e3ccf32354ae2c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3423 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 Bsm=fZ