Skip to content

Commit ca58e20

Browse files
stackable-botVladislav Supalov
and
Vladislav Supalov
committed
Update templated files to rev cc5191c (#165)
Automatically created PR based on commit cc5191c26b3b2c449e68f76ef62e7c11ae2fd9c8 in stackabletech/operator-templating repo. Triggered by: Daily run triggered Co-authored-by: Vladislav Supalov <[email protected]>
1 parent 953cef5 commit ca58e20

File tree

4 files changed

+35
-31
lines changed

4 files changed

+35
-31
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ jobs:
259259
- uses: actions/setup-python@v4
260260
with:
261261
python-version: '3.10'
262+
- name: Install jinja2-cli
263+
run: pip install jinja2-cli==0.8.2
262264
- name: Regenerate charts
263265
run: make render-readme
264266
- name: Check if committed README were up to date

.readme/partials/borrowed/footer.md.j2

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ We are currently working to support:
3030

3131
These are the operators that are currently part of the Stackable Data Platform:
3232

33-
- [Stackable Operator for Apache Airflow](https://github.com/stackabletech/airflow-operator)
34-
- [Stackable Operator for Apache Druid](https://github.com/stackabletech/druid-operator)
35-
- [Stackable Operator for Apache HBase](https://github.com/stackabletech/hbase-operator)
36-
- [Stackable Operator for Apache Hadoop HDFS](https://github.com/stackabletech/hdfs-operator)
37-
- [Stackable Operator for Apache Hive](https://github.com/stackabletech/hive-operator)
38-
- [Stackable Operator for Apache Kafka](https://github.com/stackabletech/kafka-operator)
39-
- [Stackable Operator for Apache NiFi](https://github.com/stackabletech/nifi-operator)
40-
- [Stackable Operator for Apache Spark](https://github.com/stackabletech/spark-k8s-operator)
41-
- [Stackable Operator for Apache Superset](https://github.com/stackabletech/superset-operator)
42-
- [Stackable Operator for Trino](https://github.com/stackabletech/trino-operator)
43-
- [Stackable Operator for Apache ZooKeeper](https://github.com/stackabletech/zookeeper-operator)
33+
* [Stackable Operator for Apache Airflow](https://github.com/stackabletech/airflow-operator)
34+
* [Stackable Operator for Apache Druid](https://github.com/stackabletech/druid-operator)
35+
* [Stackable Operator for Apache HBase](https://github.com/stackabletech/hbase-operator)
36+
* [Stackable Operator for Apache Hadoop HDFS](https://github.com/stackabletech/hdfs-operator)
37+
* [Stackable Operator for Apache Hive](https://github.com/stackabletech/hive-operator)
38+
* [Stackable Operator for Apache Kafka](https://github.com/stackabletech/kafka-operator)
39+
* [Stackable Operator for Apache NiFi](https://github.com/stackabletech/nifi-operator)
40+
* [Stackable Operator for Apache Spark](https://github.com/stackabletech/spark-k8s-operator)
41+
* [Stackable Operator for Apache Superset](https://github.com/stackabletech/superset-operator)
42+
* [Stackable Operator for Trino](https://github.com/stackabletech/trino-operator)
43+
* [Stackable Operator for Apache ZooKeeper](https://github.com/stackabletech/zookeeper-operator)
4444

4545
And our internal operators:
4646

47-
- [Commons Operator](https://github.com/stackabletech/commons-operator)
48-
- [Listener Operator](https://github.com/stackabletech/listener-operator)
49-
- [OpenPolicyAgent Operator](https://github.com/stackabletech/opa-operator)
50-
- [Secret Operator](https://github.com/stackabletech/secret-operator)
47+
* [Commons Operator](https://github.com/stackabletech/commons-operator)
48+
* [Listener Operator](https://github.com/stackabletech/listener-operator)
49+
* [OpenPolicyAgent Operator](https://github.com/stackabletech/opa-operator)
50+
* [Secret Operator](https://github.com/stackabletech/secret-operator)
5151

5252
## Contributing
5353

.readme/partials/borrowed/links.md.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Actions Status](https://ci.stackable.tech/job/{{operator_name}}%2doperator%2dit%2dnightly/badge/icon?subject=Integration%20Tests)](https://ci.stackable.tech/job/{{operator_name}}%2doperator%2dit%2dnightly)
1+
2+
{% if no_jenkins_job_badge %}{% else %}[![Build Actions Status](https://ci.stackable.tech/job/{{operator_name}}%2doperator%2dit%2dnightly/badge/icon?subject=Integration%20Tests)](https://ci.stackable.tech/job/{{operator_name}}%2doperator%2dit%2dnightly){% endif %}
23
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/{{operator_name}}-operator/graphs/commit-activity)
34
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
45
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
</p>
44

55
<h1 align="center">Stackable Operator for Apache Spark</h1>
6+
67
[![Build Actions Status](https://ci.stackable.tech/job/spark-k8s%2doperator%2dit%2dnightly/badge/icon?subject=Integration%20Tests)](https://ci.stackable.tech/job/spark-k8s%2doperator%2dit%2dnightly)
78
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/spark-k8s-operator/graphs/commit-activity)
89
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
@@ -64,24 +65,24 @@ We are currently working to support:
6465

6566
These are the operators that are currently part of the Stackable Data Platform:
6667

67-
- [Stackable Operator for Apache Airflow](https://github.com/stackabletech/airflow-operator)
68-
- [Stackable Operator for Apache Druid](https://github.com/stackabletech/druid-operator)
69-
- [Stackable Operator for Apache HBase](https://github.com/stackabletech/hbase-operator)
70-
- [Stackable Operator for Apache Hadoop HDFS](https://github.com/stackabletech/hdfs-operator)
71-
- [Stackable Operator for Apache Hive](https://github.com/stackabletech/hive-operator)
72-
- [Stackable Operator for Apache Kafka](https://github.com/stackabletech/kafka-operator)
73-
- [Stackable Operator for Apache NiFi](https://github.com/stackabletech/nifi-operator)
74-
- [Stackable Operator for Apache Spark](https://github.com/stackabletech/spark-k8s-operator)
75-
- [Stackable Operator for Apache Superset](https://github.com/stackabletech/superset-operator)
76-
- [Stackable Operator for Trino](https://github.com/stackabletech/trino-operator)
77-
- [Stackable Operator for Apache ZooKeeper](https://github.com/stackabletech/zookeeper-operator)
68+
* [Stackable Operator for Apache Airflow](https://github.com/stackabletech/airflow-operator)
69+
* [Stackable Operator for Apache Druid](https://github.com/stackabletech/druid-operator)
70+
* [Stackable Operator for Apache HBase](https://github.com/stackabletech/hbase-operator)
71+
* [Stackable Operator for Apache Hadoop HDFS](https://github.com/stackabletech/hdfs-operator)
72+
* [Stackable Operator for Apache Hive](https://github.com/stackabletech/hive-operator)
73+
* [Stackable Operator for Apache Kafka](https://github.com/stackabletech/kafka-operator)
74+
* [Stackable Operator for Apache NiFi](https://github.com/stackabletech/nifi-operator)
75+
* [Stackable Operator for Apache Spark](https://github.com/stackabletech/spark-k8s-operator)
76+
* [Stackable Operator for Apache Superset](https://github.com/stackabletech/superset-operator)
77+
* [Stackable Operator for Trino](https://github.com/stackabletech/trino-operator)
78+
* [Stackable Operator for Apache ZooKeeper](https://github.com/stackabletech/zookeeper-operator)
7879

7980
And our internal operators:
8081

81-
- [Commons Operator](https://github.com/stackabletech/commons-operator)
82-
- [Listener Operator](https://github.com/stackabletech/listener-operator)
83-
- [OpenPolicyAgent Operator](https://github.com/stackabletech/opa-operator)
84-
- [Secret Operator](https://github.com/stackabletech/secret-operator)
82+
* [Commons Operator](https://github.com/stackabletech/commons-operator)
83+
* [Listener Operator](https://github.com/stackabletech/listener-operator)
84+
* [OpenPolicyAgent Operator](https://github.com/stackabletech/opa-operator)
85+
* [Secret Operator](https://github.com/stackabletech/secret-operator)
8586

8687
## Contributing
8788

0 commit comments

Comments
 (0)