Compare commits
7 Commits
Author | SHA1 | Date |
---|---|---|
|
3d78c3fc5e | |
|
bf0a37441d | |
|
5fe34a9aff | |
|
6a40bf32f2 | |
|
cf04ee5617 | |
|
99bb30aa96 | |
|
2d2468b7f5 |
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ jobs:
|
||||||
echo "BRANCH=$BRANCH" >> "$GITHUB_OUTPUT"
|
echo "BRANCH=$BRANCH" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ jobs:
|
||||||
- v1.32.0
|
- v1.32.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
cp *.tgz /tmp/charts
|
cp *.tgz /tmp/charts
|
||||||
|
|
||||||
- name: Checkout to branch gh-pages
|
- name: Checkout to branch gh-pages
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Read version from VERSION file
|
- name: Read version from VERSION file
|
||||||
run: |
|
run: |
|
||||||
|
@ -157,7 +157,7 @@ jobs:
|
||||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Read version from VERSION file
|
- name: Read version from VERSION file
|
||||||
run: |
|
run: |
|
||||||
|
@ -218,7 +218,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Read version from VERSION file
|
- name: Read version from VERSION file
|
||||||
run: |
|
run: |
|
||||||
|
@ -234,7 +234,7 @@ jobs:
|
||||||
type=semver,pattern={{version}},value=${{ env.VERSION }}
|
type=semver,pattern={{version}},value=${{ env.VERSION }}
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
pattern: digests-operator-*
|
pattern: digests-operator-*
|
||||||
|
@ -268,7 +268,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Read version from VERSION file
|
- name: Read version from VERSION file
|
||||||
run: |
|
run: |
|
||||||
|
@ -284,7 +284,7 @@ jobs:
|
||||||
type=semver,pattern={{version}},value=${{ env.VERSION }}
|
type=semver,pattern={{version}},value=${{ env.VERSION }}
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
pattern: digests-kubectl-*
|
pattern: digests-kubectl-*
|
||||||
|
@ -319,7 +319,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Add image to environment
|
- name: Add image to environment
|
||||||
run: make print-IMAGE >> $GITHUB_ENV
|
run: make print-IMAGE >> $GITHUB_ENV
|
||||||
|
|
|
@ -80,6 +80,7 @@ The following table lists the most recent few versions of the operator.
|
||||||
|
|
||||||
| Operator Version | API Version | Kubernetes Version | Base Spark Version |
|
| Operator Version | API Version | Kubernetes Version | Base Spark Version |
|
||||||
|-----------------------|-------------|--------------------|--------------------|
|
|-----------------------|-------------|--------------------|--------------------|
|
||||||
|
| `v2.3.x` | `v1beta2` | 1.16+ | `4.0.0` |
|
||||||
| `v2.2.x` | `v1beta2` | 1.16+ | `3.5.5` |
|
| `v2.2.x` | `v1beta2` | 1.16+ | `3.5.5` |
|
||||||
| `v2.1.x` | `v1beta2` | 1.16+ | `3.5.3` |
|
| `v2.1.x` | `v1beta2` | 1.16+ | `3.5.3` |
|
||||||
| `v2.0.x` | `v1beta2` | 1.16+ | `3.5.2` |
|
| `v2.0.x` | `v1beta2` | 1.16+ | `3.5.2` |
|
||||||
|
|
|
@ -96,6 +96,15 @@ rules:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if has .Release.Namespace .Values.spark.jobNamespaces }}
|
{{- if has .Release.Namespace .Values.spark.jobNamespaces }}
|
||||||
{{ include "spark-operator.controller.policyRules" . }}
|
{{ include "spark-operator.controller.policyRules" . }}
|
||||||
|
{{- else }}
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- events
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
- patch
|
||||||
{{- end }}
|
{{- end }}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue