diff --git a/swh-graphql/values-production.yaml b/swh-graphql/values-production.yaml
new file mode 100644
index 0000000..59b967a
--- /dev/null
+++ b/swh-graphql/values-production.yaml
@@ -0,0 +1 @@
+storageUrl: http://saam.internal.softwareheritage.org:5002
diff --git a/swh-graphql/values-staging.yaml b/swh-graphql/values-staging.yaml
new file mode 100644
index 0000000..3eb915c
--- /dev/null
+++ b/swh-graphql/values-staging.yaml
@@ -0,0 +1 @@
+storageUrl: http://storage1.internal.staging.swh.network:5002
diff --git a/values-swh-versions.yaml b/values-swh-versions.yaml
new file mode 100644
index 0000000..085ee84
--- /dev/null
+++ b/values-swh-versions.yaml
@@ -0,0 +1,2 @@
+image.graphql.version: 1.0.0
+image.storage.version: 1.1.0